#AEA187

Color #AEA187 Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #AEA187

Tints of Napa #AEA187

Color information

#AEA187 (or 0xAEA187) is unknown color: approx Napa. HEX triplet: AE, A1 and 87. RGB value is (174,161,135). Sum of RGB (Red+Green+Blue) = 174+161+135=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA187 is #515E78. Grayscale: #A2A2A2. Windows color (decimal): -5332601 or 8888750. OLE color: 8888750.

HSL color Cylindrical-coordinate representation of color #AEA187: hue angle of 40º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA187 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB174161135-
CMYK00.070.220.32
HSL40º19.4%60.59%-
HSV(B)40º22.41%68.24%-
XYZ34.5736.2428.09-
YUV161.92112.81136.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=37.02%
G=34.26%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416113500.070.220.324019.460.59
HexAEA18707162028133d
Octal256241207072640502375
Binary10101110101000011000011101111011010000010100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA187; }

 p { color: rgb(174,161,135); }

 H1.HeaderClassName
 {
   color: #AEA187;
 }
 .AnyTagClassName
 {
   color: #AEA187;
 }
</style>
background-color css

<style>
 a { background-color: #AEA187; }

 a { background-color: rgb(174,161,135); }

 div.DivClassName
 {
   background-color: #AEA187;
 }
 .BgClassName
 {
   background-color: #AEA187;
 }
</style>
border-color css

<style>
 span { border-color: #AEA187; }

 span { border-color: rgb(174,161,135); }

 td.TdClassName
 {
   border-color: #AEA187;
 }
 .TagClassName
 {
   border-color: #AEA187;
 }
</style>