#AEA28C

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

Shades of Napa #AEA28C

Tints of Napa #AEA28C

Color information

#AEA28C (or 0xAEA28C) is unknown color: approx Napa. HEX triplet: AE, A2 and 8C. RGB value is (174,162,140). Sum of RGB (Red+Green+Blue) = 174+162+140=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28C is #515D73. Grayscale: #A3A3A3. Windows color (decimal): -5332340 or 9216686. OLE color: 9216686.

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

Color convert

RGB174162140-
CMYK00.070.200.32
HSL38.82º17.35%61.57%-
HSV(B)38.82º19.54%68.24%-
XYZ35.1136.7330.05-
YUV163.08114.98135.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=36.55%
G=34.03%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416214000.070.200.3238.8217.3561.57
HexAEA28C07142027113e
Octal256242214072440472176
Binary10101110101000101000110001111010010000010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA28C; }

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

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

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

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

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

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

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

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