#AEA18D

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

Shades of Napa #AEA18D

Tints of Napa #AEA18D

Color information

#AEA18D (or 0xAEA18D) is unknown color: approx Napa. HEX triplet: AE, A1 and 8D. RGB value is (174,161,141). Sum of RGB (Red+Green+Blue) = 174+161+141=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18D is #515E72. Grayscale: #A2A2A2. Windows color (decimal): -5332595 or 9281966. OLE color: 9281966.

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

Color convert

RGB174161141-
CMYK00.070.190.32
HSL36.36º16.92%61.76%-
HSV(B)36.36º18.97%68.24%-
XYZ35.0136.4130.38-
YUV162.61115.81136.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=36.55%
G=33.82%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416114100.070.190.3236.3616.9261.76
HexAEA18D07132024113e
Octal256241215072340442176
Binary10101110101000011000110101111001110000010010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA18D; }

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

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

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

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

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

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

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

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