Color Hex Logo

#aa827d Color Hex

#AA827D
(170,130,125)
0 Favorites   0 Comments

Color spaces of #aa827d

RGB 170130125
HSL0.020.210.58
HSV26°67°
CMYK 0.000.240.26   0.33
XYZ28.261925.992022.9294
Yxy25.99200.36620.3368
Hunter Lab50.98239.73189.0219
CIE-Lab58.029514.63428.6478

#aa827d color RGB value is (170,130,125).

#aa827d hex color red value is 170, green value is 130 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa827d hue: 0.02 , saturation: 0.21 and the lightness value of aa827d is 0.58.

The process color (four color CMYK) of #aa827d color hex is 0.00, 0.24, 0.26, 0.33. Web safe color of #aa827d is #999966. Color #aa827d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000010 01111101
Octal 252 202 175
Decimal 170 130 125
Hex AA 82 7D

RGB Percentages of Color #aa827d

%40.00
%30.59
%29.41

CMYK Percentages of Color #aa827d

%0
%24
%26
%33

Triadic Colors of #aa827d

#aa827d #7daa82 #827daa

Analogous Colors of #aa827d

#aa827d #aa997d #aa7d8f

Monochromatic Colors of #aa827d

#aa827d

Complementary Color

#aa827d #7da5aa

#aa827d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa827d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa827d Color CSS Codes

.mybgcolor {background-color:#aa827d; } 
.myforecolor {color:#aa827d; }
.mybordercolor {border:3px solid #aa827d; }

#aa827d Text Font Color

<p style="color:#aa827d">Text here</p>

This sample text font color is #aa827d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aa827d Background Color

<div style="background-color:#aa827d">
Div content here</div>

This div background color is #aa827d


#aa827d Border Color

<div style="border:3px solid #aa827d">
Div here</div>

This div border color is #aa827d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,130,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa827d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa827d;
  -webkit-box-shadow: 1px 1px 3px 2px #aa827d;
  box-shadow:         1px 1px 3px 2px #aa827d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,130,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa827d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa827d;
  -webkit-box-shadow: 1px 1px 3px 2px #aa827d;
  box-shadow:         1px 1px 3px 2px #aa827d;">
Div content here</div>

This div box has shadow with color #aa827d


Comments

No comments written yet.

Please login to write comment.