#AFAA99

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

Shades of Bison Hide #AFAA99

Tints of Bison Hide #AFAA99

Color information

#AFAA99 (or 0xAFAA99) is unknown color: approx Bison Hide. HEX triplet: AF, AA and 99. RGB value is (175,170,153). Sum of RGB (Red+Green+Blue) = 175+170+153=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA99 is #505566. Grayscale: #A9A9A9. Windows color (decimal): -5264743 or 10070703. OLE color: 10070703.

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

Color convert

RGB175170153-
CMYK00.030.130.31
HSL46.36º12.09%64.31%-
HSV(B)46.36º12.57%68.63%-
XYZ37.840.1635.9-
YUV169.56118.66131.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=35.14%
G=34.14%
B=30.72%

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
Decimal17517015300.030.130.3146.3612.0964.31
HexAFAA9903D1F2ec40
Octal2572522310315375614100
Binary10101111101010101001100101111011111110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA99; }

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

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

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

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

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

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

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

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