#AEA083

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

Shades of Napa #AEA083

Tints of Napa #AEA083

Color information

#AEA083 (or 0xAEA083) is unknown color: approx Napa. HEX triplet: AE, A0 and 83. RGB value is (174,160,131). Sum of RGB (Red+Green+Blue) = 174+160+131=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA083 is #515F7C. Grayscale: #A1A1A1. Windows color (decimal): -5332861 or 8626350. OLE color: 8626350.

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

Color convert

RGB174160131-
CMYK00.080.250.32
HSL40.47º20.98%59.8%-
HSV(B)40.47º24.71%68.24%-
XYZ34.1235.7826.58-
YUV160.88111.14137.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=37.42%
G=34.41%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416013100.080.250.3240.4720.9859.8
HexAEA08308192028153c
Octal2562402030103140502574
Binary101011101010000010000011010001100110000010100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA083; }

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

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

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

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

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

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

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

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