#AFA28D

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

Shades of Napa #AFA28D

Tints of Napa #AFA28D

Color information

#AFA28D (or 0xAFA28D) is unknown color: approx Napa. HEX triplet: AF, A2 and 8D. RGB value is (175,162,141). Sum of RGB (Red+Green+Blue) = 175+162+141=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28D is #505D72. Grayscale: #A3A3A3. Windows color (decimal): -5266803 or 9282223. OLE color: 9282223.

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

Color convert

RGB175162141-
CMYK00.070.190.31
HSL37.06º17.53%61.96%-
HSV(B)37.06º19.43%68.63%-
XYZ35.4136.8830.45-
YUV163.49115.31136.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=36.61%
G=33.89%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516214100.070.190.3137.0617.5361.96
HexAFA28D07131F25123e
Octal257242215072337452276
Binary1010111110100010100011010111100111111110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA28D; }

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

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

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

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

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

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

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

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