#AFAA9B

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

Shades of Bison Hide #AFAA9B

Tints of Bison Hide #AFAA9B

Color information

#AFAA9B (or 0xAFAA9B) is unknown color: approx Bison Hide. HEX triplet: AF, AA and 9B. RGB value is (175,170,155). Sum of RGB (Red+Green+Blue) = 175+170+155=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA9B is #505564. Grayscale: #A9A9A9. Windows color (decimal): -5264741 or 10201775. OLE color: 10201775.

HSL color Cylindrical-coordinate representation of color #AFAA9B: hue angle of 45º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAA9B is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175170155-
CMYK00.030.110.31
HSL45º11.11%64.71%-
HSV(B)45º11.43%68.63%-
XYZ37.9740.2336.77-
YUV169.78119.66131.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 155 (60.94% from 255) = 31%
R=35%
G=34%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517015500.030.110.314511.1164.71
HexAFAA9B03B1F2db41
Octal2572522330313375513101
Binary10101111101010101001101101110111111110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA9B; }

 p { color: rgb(175,170,155); }

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

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

 a { background-color: rgb(175,170,155); }

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

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

 span { border-color: rgb(175,170,155); }

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