#AFA794

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

Shades of Bison Hide #AFA794

Tints of Bison Hide #AFA794

Color information

#AFA794 (or 0xAFA794) is unknown color: approx Bison Hide. HEX triplet: AF, A7 and 94. RGB value is (175,167,148). Sum of RGB (Red+Green+Blue) = 175+167+148=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA794 is #50586B. Grayscale: #A7A7A7. Windows color (decimal): -5265516 or 9742255. OLE color: 9742255.

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

Color convert

RGB175167148-
CMYK00.050.150.31
HSL42.22º14.44%63.33%-
HSV(B)42.22º15.43%68.63%-
XYZ36.8438.8933.58-
YUV167.23117.15133.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=35.71%
G=34.08%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516714800.050.150.3142.2214.4463.33
HexAFA79405F1F2ae3f
Octal257247224051737521677
Binary10101111101001111001010001011111111111010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA794; }

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

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

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

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

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

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

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

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