#AFA18A

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

Shades of Napa #AFA18A

Tints of Napa #AFA18A

Color information

#AFA18A (or 0xAFA18A) is unknown color: approx Napa. HEX triplet: AF, A1 and 8A. RGB value is (175,161,138). Sum of RGB (Red+Green+Blue) = 175+161+138=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18A is #505E75. Grayscale: #A2A2A2. Windows color (decimal): -5267062 or 9085359. OLE color: 9085359.

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

Color convert

RGB175161138-
CMYK00.080.210.31
HSL37.3º18.78%61.37%-
HSV(B)37.3º21.14%68.63%-
XYZ35.0136.4429.23-
YUV162.56114.14136.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=36.92%
G=33.97%
B=29.11%

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
Decimal17516113800.080.210.3137.318.7861.37
HexAFA18A08151F25133d
Octal2572412120102537452375
Binary10101111101000011000101001000101011111110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA18A; }

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

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

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

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

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

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

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

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