#AFA797

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

Shades of Bison Hide #AFA797

Tints of Bison Hide #AFA797

Color information

#AFA797 (or 0xAFA797) is unknown color: approx Bison Hide. HEX triplet: AF, A7 and 97. RGB value is (175,167,151). Sum of RGB (Red+Green+Blue) = 175+167+151=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA797 is #505868. Grayscale: #A7A7A7. Windows color (decimal): -5265513 or 9938863. OLE color: 9938863.

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

Color convert

RGB175167151-
CMYK00.050.140.31
HSL40º13.04%63.92%-
HSV(B)40º13.71%68.63%-
XYZ37.0838.9934.85-
YUV167.57118.65133.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=35.50%
G=33.87%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516715100.050.140.314013.0463.92
HexAFA79705E1F28d40
Octal2572472270516375015100
Binary101011111010011110010111010111101111110100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA797; }

 p { color: rgb(175,167,151); }

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

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

 a { background-color: rgb(175,167,151); }

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

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

 span { border-color: rgb(175,167,151); }

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