#AFA28B

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

Shades of Napa #AFA28B

Tints of Napa #AFA28B

Color information

#AFA28B (or 0xAFA28B) is unknown color: approx Napa. HEX triplet: AF, A2 and 8B. RGB value is (175,162,139). Sum of RGB (Red+Green+Blue) = 175+162+139=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28B is #505D74. Grayscale: #A3A3A3. Windows color (decimal): -5266805 or 9151151. OLE color: 9151151.

HSL color Cylindrical-coordinate representation of color #AFA28B: hue angle of 38.33º 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 #AFA28B is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175162139-
CMYK00.070.210.31
HSL38.33º18.37%61.57%-
HSV(B)38.33º20.57%68.63%-
XYZ35.2636.8229.67-
YUV163.26114.31136.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=36.76%
G=34.03%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516213900.070.210.3138.3318.3761.57
HexAFA28B07151F26123e
Octal257242213072537462276
Binary1010111110100010100010110111101011111110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA28B; }

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

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

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

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

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

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

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

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