#AEA18E

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

Shades of Napa #AEA18E

Tints of Napa #AEA18E

Color information

#AEA18E (or 0xAEA18E) is unknown color: approx Napa. HEX triplet: AE, A1 and 8E. RGB value is (174,161,142). Sum of RGB (Red+Green+Blue) = 174+161+142=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18E is #515E71. Grayscale: #A2A2A2. Windows color (decimal): -5332594 or 9347502. OLE color: 9347502.

HSL color Cylindrical-coordinate representation of color #AEA18E: hue angle of 35.63º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA18E is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB174161142-
CMYK00.070.180.32
HSL35.63º16.49%61.96%-
HSV(B)35.63º18.39%68.24%-
XYZ35.0836.4430.78-
YUV162.72116.31136.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=36.48%
G=33.75%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416114200.070.180.3235.6316.4961.96
HexAEA18E07122024103e
Octal256241216072240442076
Binary10101110101000011000111001111001010000010010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA18E; }

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

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

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

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

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

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

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

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