#AFA995

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

Shades of Bison Hide #AFA995

Tints of Bison Hide #AFA995

Color information

#AFA995 (or 0xAFA995) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 95. RGB value is (175,169,149). Sum of RGB (Red+Green+Blue) = 175+169+149=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA995 is #50566A. Grayscale: #A8A8A8. Windows color (decimal): -5265003 or 9808303. OLE color: 9808303.

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

Color convert

RGB175169149-
CMYK00.030.150.31
HSL46.15º13.98%63.53%-
HSV(B)46.15º14.86%68.63%-
XYZ37.2939.6634.12-
YUV168.51116.99132.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=35.50%
G=34.28%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914900.030.150.3146.1513.9863.53
HexAFA99503F1F2ee40
Octal2572512250317375616100
Binary10101111101010011001010101111111111110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA995; }

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

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

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

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

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

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

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

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