#AEA08A

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

Shades of Napa #AEA08A

Tints of Napa #AEA08A

Color information

#AEA08A (or 0xAEA08A) is unknown color: approx Napa. HEX triplet: AE, A0 and 8A. RGB value is (174,160,138). Sum of RGB (Red+Green+Blue) = 174+160+138=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08A is #515F75. Grayscale: #A1A1A1. Windows color (decimal): -5332854 or 9085102. OLE color: 9085102.

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

Color convert

RGB174160138-
CMYK00.080.210.32
HSL36.67º18.18%61.18%-
HSV(B)36.67º20.69%68.24%-
XYZ34.6135.9829.16-
YUV161.68114.64136.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=36.86%
G=33.90%
B=29.24%

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
Decimal17416013800.080.210.3236.6718.1861.18
HexAEA08A08152025123d
Octal2562402120102540452275
Binary101011101010000010001010010001010110000010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA08A; }

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

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

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

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

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

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

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

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