#AFA28F

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

Shades of Bison Hide #AFA28F

Tints of Bison Hide #AFA28F

Color information

#AFA28F (or 0xAFA28F) is unknown color: approx Bison Hide. HEX triplet: AF, A2 and 8F. RGB value is (175,162,143). Sum of RGB (Red+Green+Blue) = 175+162+143=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28F is #505D70. Grayscale: #A3A3A3. Windows color (decimal): -5266801 or 9413295. OLE color: 9413295.

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

Color convert

RGB175162143-
CMYK00.070.180.31
HSL35.63º16.67%62.35%-
HSV(B)35.63º18.29%68.63%-
XYZ35.5636.9431.24-
YUV163.72116.31136.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=36.46%
G=33.75%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516214300.070.180.3135.6316.6762.35
HexAFA28F07121F24113e
Octal257242217072237442176
Binary1010111110100010100011110111100101111110010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA28F; }

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

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

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

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

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

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

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

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