#AEA088

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

Shades of Napa #AEA088

Tints of Napa #AEA088

Color information

#AEA088 (or 0xAEA088) is unknown color: approx Napa. HEX triplet: AE, A0 and 88. RGB value is (174,160,136). Sum of RGB (Red+Green+Blue) = 174+160+136=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA088 is #515F77. Grayscale: #A1A1A1. Windows color (decimal): -5332856 or 8954030. OLE color: 8954030.

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

Color convert

RGB174160136-
CMYK00.080.220.32
HSL37.89º19%60.78%-
HSV(B)37.89º21.84%68.24%-
XYZ34.4735.9228.41-
YUV161.45113.64136.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=37.02%
G=34.04%
B=28.94%

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
Decimal17416013600.080.220.3237.891960.78
HexAEA08808162026133d
Octal2562402100102640462375
Binary101011101010000010001000010001011010000010011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA088; }

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

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

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

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

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

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

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

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