#AEA185

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

Shades of Napa #AEA185

Tints of Napa #AEA185

Color information

#AEA185 (or 0xAEA185) is unknown color: approx Napa. HEX triplet: AE, A1 and 85. RGB value is (174,161,133). Sum of RGB (Red+Green+Blue) = 174+161+133=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA185 is #515E7A. Grayscale: #A1A1A1. Windows color (decimal): -5332603 or 8757678. OLE color: 8757678.

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

Color convert

RGB174161133-
CMYK00.070.240.32
HSL40.98º20.2%60.2%-
HSV(B)40.98º23.56%68.24%-
XYZ34.4336.1827.36-
YUV161.7111.81136.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=37.18%
G=34.40%
B=28.42%

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
Decimal17416113300.070.240.3240.9820.260.2
HexAEA18507182029143c
Octal256241205073040512474
Binary10101110101000011000010101111100010000010100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA185; }

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

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

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

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

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

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

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

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