#AEA084

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

Shades of Napa #AEA084

Tints of Napa #AEA084

Color information

#AEA084 (or 0xAEA084) is unknown color: approx Napa. HEX triplet: AE, A0 and 84. RGB value is (174,160,132). Sum of RGB (Red+Green+Blue) = 174+160+132=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA084 is #515F7B. Grayscale: #A1A1A1. Windows color (decimal): -5332860 or 8691886. OLE color: 8691886.

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

Color convert

RGB174160132-
CMYK00.080.240.32
HSL40º20.59%60%-
HSV(B)40º24.14%68.24%-
XYZ34.1935.8126.94-
YUV160.99111.64137.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=37.34%
G=34.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416013200.080.240.324020.5960
HexAEA08408182028153c
Octal2562402040103040502574
Binary101011101010000010000100010001100010000010100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA084; }

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

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

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

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

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

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

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

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