#AFA795

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

Shades of Bison Hide #AFA795

Tints of Bison Hide #AFA795

Color information

#AFA795 (or 0xAFA795) is unknown color: approx Bison Hide. HEX triplet: AF, A7 and 95. RGB value is (175,167,149). Sum of RGB (Red+Green+Blue) = 175+167+149=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA795 is #50586A. Grayscale: #A7A7A7. Windows color (decimal): -5265515 or 9807791. OLE color: 9807791.

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

Color convert

RGB175167149-
CMYK00.050.150.31
HSL41.54º13.98%63.53%-
HSV(B)41.54º14.86%68.63%-
XYZ36.9238.9234-
YUV167.34117.65133.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=35.64%
G=34.01%
B=30.35%

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
Decimal17516714900.050.150.3141.5413.9863.53
HexAFA79505F1F2ae40
Octal2572472250517375216100
Binary101011111010011110010101010111111111110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA795; }

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

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

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

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

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

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

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

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