#AFA793

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

Shades of Bison Hide #AFA793

Tints of Bison Hide #AFA793

Color information

#AFA793 (or 0xAFA793) is unknown color: approx Bison Hide. HEX triplet: AF, A7 and 93. RGB value is (175,167,147). Sum of RGB (Red+Green+Blue) = 175+167+147=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA793 is #50586C. Grayscale: #A7A7A7. Windows color (decimal): -5265517 or 9676719. OLE color: 9676719.

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

Color convert

RGB175167147-
CMYK00.050.160.31
HSL42.86º14.89%63.14%-
HSV(B)42.86º16%68.63%-
XYZ36.7638.8633.17-
YUV167.11116.65133.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=35.79%
G=34.15%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516714700.050.160.3142.8614.8963.14
HexAFA79305101F2bf3f
Octal257247223052037531777
Binary101011111010011110010011010110000111111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA793; }

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

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

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

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

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

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

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

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