#AEA28E

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

Shades of Napa #AEA28E

Tints of Napa #AEA28E

Color information

#AEA28E (or 0xAEA28E) is unknown color: approx Napa. HEX triplet: AE, A2 and 8E. RGB value is (174,162,142). Sum of RGB (Red+Green+Blue) = 174+162+142=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28E is #515D71. Grayscale: #A3A3A3. Windows color (decimal): -5332338 or 9347758. OLE color: 9347758.

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

Color convert

RGB174162142-
CMYK00.070.180.32
HSL37.5º16.49%61.96%-
HSV(B)37.5º18.39%68.24%-
XYZ35.2636.7930.83-
YUV163.31115.98135.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=36.40%
G=33.89%
B=29.71%

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
Decimal17416214200.070.180.3237.516.4961.96
HexAEA28E07122026103e
Octal256242216072240462076
Binary10101110101000101000111001111001010000010011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA28E; }

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

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

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

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

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

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

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

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