#AEA285

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

Shades of Napa #AEA285

Tints of Napa #AEA285

Color information

#AEA285 (or 0xAEA285) is unknown color: approx Napa. HEX triplet: AE, A2 and 85. RGB value is (174,162,133). Sum of RGB (Red+Green+Blue) = 174+162+133=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA285 is #515D7A. Grayscale: #A2A2A2. Windows color (decimal): -5332347 or 8757934. OLE color: 8757934.

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

Color convert

RGB174162133-
CMYK00.070.240.32
HSL42.44º20.2%60.2%-
HSV(B)42.44º23.56%68.24%-
XYZ34.6136.5327.42-
YUV162.28111.48136.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=37.10%
G=34.54%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416213300.070.240.3242.4420.260.2
HexAEA2850718202a143c
Octal256242205073040522474
Binary10101110101000101000010101111100010000010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA285; }

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

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

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

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

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

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

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

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