#AFA186

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

Shades of Napa #AFA186

Tints of Napa #AFA186

Color information

#AFA186 (or 0xAFA186) is unknown color: approx Napa. HEX triplet: AF, A1 and 86. RGB value is (175,161,134). Sum of RGB (Red+Green+Blue) = 175+161+134=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA186 is #505E79. Grayscale: #A2A2A2. Windows color (decimal): -5267066 or 8823215. OLE color: 8823215.

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

Color convert

RGB175161134-
CMYK00.080.230.31
HSL39.51º20.4%60.59%-
HSV(B)39.51º23.43%68.63%-
XYZ34.7336.3227.74-
YUV162.11112.14137.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=37.23%
G=34.26%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516113400.080.230.3139.5120.460.59
HexAFA18608171F28143d
Octal2572412060102737502475
Binary10101111101000011000011001000101111111110100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA186; }

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

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

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

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

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

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

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

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