#AFA185

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

Shades of Napa #AFA185

Tints of Napa #AFA185

Color information

#AFA185 (or 0xAFA185) is unknown color: approx Napa. HEX triplet: AF, A1 and 85. RGB value is (175,161,133). Sum of RGB (Red+Green+Blue) = 175+161+133=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA185 is #505E7A. Grayscale: #A2A2A2. Windows color (decimal): -5267067 or 8757679. OLE color: 8757679.

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

Color convert

RGB175161133-
CMYK00.080.240.31
HSL40º20.79%60.39%-
HSV(B)40º24%68.63%-
XYZ34.6636.327.37-
YUV161.99111.64137.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=37.31%
G=34.33%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516113300.080.240.314020.7960.39
HexAFA18508181F28153c
Octal2572412050103037502574
Binary10101111101000011000010101000110001111110100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA185; }

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

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

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

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

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

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

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

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