#AFA999

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

Shades of Bison Hide #AFA999

Tints of Bison Hide #AFA999

Color information

#AFA999 (or 0xAFA999) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 99. RGB value is (175,169,153). Sum of RGB (Red+Green+Blue) = 175+169+153=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA999 is #505666. Grayscale: #A9A9A9. Windows color (decimal): -5264999 or 10070447. OLE color: 10070447.

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

Color convert

RGB175169153-
CMYK00.030.130.31
HSL43.64º12.09%64.31%-
HSV(B)43.64º12.57%68.63%-
XYZ37.6239.7935.83-
YUV168.97118.99132.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=35.21%
G=34.00%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915300.030.130.3143.6412.0964.31
HexAFA99903D1F2cc40
Octal2572512310315375414100
Binary10101111101010011001100101111011111110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA999; }

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

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

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

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

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

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

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

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