#AFA894

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

Shades of Bison Hide #AFA894

Tints of Bison Hide #AFA894

Color information

#AFA894 (or 0xAFA894) is unknown color: approx Bison Hide. HEX triplet: AF, A8 and 94. RGB value is (175,168,148). Sum of RGB (Red+Green+Blue) = 175+168+148=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA894 is #50576B. Grayscale: #A7A7A7. Windows color (decimal): -5265260 or 9742511. OLE color: 9742511.

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

Color convert

RGB175168148-
CMYK00.040.150.31
HSL44.44º14.44%63.33%-
HSV(B)44.44º15.43%68.63%-
XYZ37.0339.2633.64-
YUV167.81116.82133.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=35.64%
G=34.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516814800.040.150.3144.4414.4463.33
HexAFA89404F1F2ce3f
Octal257250224041737541677
Binary10101111101010001001010001001111111111011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA894; }

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

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

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

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

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

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

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

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