#AEA087

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

Shades of Napa #AEA087

Tints of Napa #AEA087

Color information

#AEA087 (or 0xAEA087) is unknown color: approx Napa. HEX triplet: AE, A0 and 87. RGB value is (174,160,135). Sum of RGB (Red+Green+Blue) = 174+160+135=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA087 is #515F78. Grayscale: #A1A1A1. Windows color (decimal): -5332857 or 8888494. OLE color: 8888494.

HSL color Cylindrical-coordinate representation of color #AEA087: hue angle of 38.46º 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 #AEA087 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB174160135-
CMYK00.080.220.32
HSL38.46º19.4%60.59%-
HSV(B)38.46º22.41%68.24%-
XYZ34.435.8928.04-
YUV161.34113.14137.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=37.10%
G=34.12%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416013500.080.220.3238.4619.460.59
HexAEA08708162026133d
Octal2562402070102640462375
Binary101011101010000010000111010001011010000010011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA087; }

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

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

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

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

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

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

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

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