#AFA288

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

Shades of Napa #AFA288

Tints of Napa #AFA288

Color information

#AFA288 (or 0xAFA288) is unknown color: approx Napa. HEX triplet: AF, A2 and 88. RGB value is (175,162,136). Sum of RGB (Red+Green+Blue) = 175+162+136=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA288 is #505D77. Grayscale: #A3A3A3. Windows color (decimal): -5266808 or 8954543. OLE color: 8954543.

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

Color convert

RGB175162136-
CMYK00.070.220.31
HSL40º19.6%60.98%-
HSV(B)40º22.29%68.63%-
XYZ35.0436.7328.54-
YUV162.92112.81136.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=37.00%
G=34.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516213600.070.220.314019.660.98
HexAFA28807161F28143d
Octal257242210072637502475
Binary1010111110100010100010000111101101111110100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA288; }

 p { color: rgb(175,162,136); }

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

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

 a { background-color: rgb(175,162,136); }

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

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

 span { border-color: rgb(175,162,136); }

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