#AFA18B

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

Shades of Napa #AFA18B

Tints of Napa #AFA18B

Color information

#AFA18B (or 0xAFA18B) is unknown color: approx Napa. HEX triplet: AF, A1 and 8B. RGB value is (175,161,139). Sum of RGB (Red+Green+Blue) = 175+161+139=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18B is #505E74. Grayscale: #A2A2A2. Windows color (decimal): -5267061 or 9150895. OLE color: 9150895.

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

Color convert

RGB175161139-
CMYK00.080.210.31
HSL36.67º18.37%61.57%-
HSV(B)36.67º20.57%68.63%-
XYZ35.0836.4729.62-
YUV162.68114.64136.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=36.84%
G=33.89%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516113900.080.210.3136.6718.3761.57
HexAFA18B08151F25123e
Octal2572412130102537452276
Binary10101111101000011000101101000101011111110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA18B; }

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

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

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

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

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

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

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

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