#AFA899

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

Shades of Bison Hide #AFA899

Tints of Bison Hide #AFA899

Color information

#AFA899 (or 0xAFA899) is unknown color: approx Bison Hide. HEX triplet: AF, A8 and 99. RGB value is (175,168,153). Sum of RGB (Red+Green+Blue) = 175+168+153=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA899 is #505766. Grayscale: #A8A8A8. Windows color (decimal): -5265255 or 10070191. OLE color: 10070191.

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

Color convert

RGB175168153-
CMYK00.040.130.31
HSL40.91º12.09%64.31%-
HSV(B)40.91º12.57%68.63%-
XYZ37.4339.4235.77-
YUV168.38119.32132.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=35.28%
G=33.87%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815300.040.130.3140.9112.0964.31
HexAFA89904D1F29c40
Octal2572502310415375114100
Binary101011111010100010011001010011011111110100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA899; }

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

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

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

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

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

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

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

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