#AEA18B

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

Shades of Napa #AEA18B

Tints of Napa #AEA18B

Color information

#AEA18B (or 0xAEA18B) is unknown color: approx Napa. HEX triplet: AE, A1 and 8B. RGB value is (174,161,139). Sum of RGB (Red+Green+Blue) = 174+161+139=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18B is #515E74. Grayscale: #A2A2A2. Windows color (decimal): -5332597 or 9150894. OLE color: 9150894.

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

Color convert

RGB174161139-
CMYK00.070.200.32
HSL37.71º17.77%61.37%-
HSV(B)37.71º20.11%68.24%-
XYZ34.8636.3529.61-
YUV162.38114.81136.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=36.71%
G=33.97%
B=29.32%

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
Decimal17416113900.070.200.3237.7117.7761.37
HexAEA18B07142026123d
Octal256241213072440462275
Binary10101110101000011000101101111010010000010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA18B; }

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

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

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

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

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

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

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

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