#AEA089

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

Shades of Napa #AEA089

Tints of Napa #AEA089

Color information

#AEA089 (or 0xAEA089) is unknown color: approx Napa. HEX triplet: AE, A0 and 89. RGB value is (174,160,137). Sum of RGB (Red+Green+Blue) = 174+160+137=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA089 is #515F76. Grayscale: #A1A1A1. Windows color (decimal): -5332855 or 9019566. OLE color: 9019566.

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

Color convert

RGB174160137-
CMYK00.080.210.32
HSL37.3º18.59%60.98%-
HSV(B)37.3º21.26%68.24%-
XYZ34.5435.9528.78-
YUV161.56114.14136.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=36.94%
G=33.97%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416013700.080.210.3237.318.5960.98
HexAEA08908152025133d
Octal2562402110102540452375
Binary101011101010000010001001010001010110000010010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA089; }

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

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

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

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

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

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

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

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