#AEA085

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

Shades of Napa #AEA085

Tints of Napa #AEA085

Color information

#AEA085 (or 0xAEA085) is unknown color: approx Napa. HEX triplet: AE, A0 and 85. RGB value is (174,160,133). Sum of RGB (Red+Green+Blue) = 174+160+133=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA085 is #515F7A. Grayscale: #A1A1A1. Windows color (decimal): -5332859 or 8757422. OLE color: 8757422.

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

Color convert

RGB174160133-
CMYK00.080.240.32
HSL39.51º20.2%60.2%-
HSV(B)39.51º23.56%68.24%-
XYZ34.2635.8327.3-
YUV161.11112.14137.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=37.26%
G=34.26%
B=28.48%

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
Decimal17416013300.080.240.3239.5120.260.2
HexAEA08508182028143c
Octal2562402050103040502474
Binary101011101010000010000101010001100010000010100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA085; }

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

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

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

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

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

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

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

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