#AFA182

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

Shades of Napa #AFA182

Tints of Napa #AFA182

Color information

#AFA182 (or 0xAFA182) is unknown color: approx Napa. HEX triplet: AF, A1 and 82. RGB value is (175,161,130). Sum of RGB (Red+Green+Blue) = 175+161+130=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA182 is #505E7D. Grayscale: #A1A1A1. Windows color (decimal): -5267070 or 8561071. OLE color: 8561071.

HSL color Cylindrical-coordinate representation of color #AFA182: hue angle of 41.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA182 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175161130-
CMYK00.080.260.31
HSL41.33º21.95%59.8%-
HSV(B)41.33º25.71%68.63%-
XYZ34.4536.2226.29-
YUV161.65110.14137.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=37.55%
G=34.55%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516113000.080.260.3141.3321.9559.8
HexAFA182081A1F29163c
Octal2572412020103237512674
Binary10101111101000011000001001000110101111110100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA182; }

 p { color: rgb(175,161,130); }

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

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

 a { background-color: rgb(175,161,130); }

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

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

 span { border-color: rgb(175,161,130); }

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