#AFA895

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

Shades of Bison Hide #AFA895

Tints of Bison Hide #AFA895

Color information

#AFA895 (or 0xAFA895) is unknown color: approx Bison Hide. HEX triplet: AF, A8 and 95. RGB value is (175,168,149). Sum of RGB (Red+Green+Blue) = 175+168+149=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA895 is #50576A. Grayscale: #A8A8A8. Windows color (decimal): -5265259 or 9808047. OLE color: 9808047.

HSL color Cylindrical-coordinate representation of color #AFA895: hue angle of 43.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA895 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175168149-
CMYK00.040.150.31
HSL43.85º13.98%63.53%-
HSV(B)43.85º14.86%68.63%-
XYZ37.1139.2934.06-
YUV167.93117.32133.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=35.57%
G=34.15%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516814900.040.150.3143.8513.9863.53
HexAFA89504F1F2ce40
Octal2572502250417375416100
Binary101011111010100010010101010011111111110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA895; }

 p { color: rgb(175,168,149); }

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

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

 a { background-color: rgb(175,168,149); }

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

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

 span { border-color: rgb(175,168,149); }

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