#AFA58E

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

Shades of Bison Hide #AFA58E

Tints of Bison Hide #AFA58E

Color information

#AFA58E (or 0xAFA58E) is unknown color: approx Bison Hide. HEX triplet: AF, A5 and 8E. RGB value is (175,165,142). Sum of RGB (Red+Green+Blue) = 175+165+142=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA58E is #505A71. Grayscale: #A5A5A5. Windows color (decimal): -5266034 or 9348527. OLE color: 9348527.

HSL color Cylindrical-coordinate representation of color #AFA58E: hue angle of 41.82º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA58E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175165142-
CMYK00.060.190.31
HSL41.82º17.1%62.16%-
HSV(B)41.82º18.86%68.63%-
XYZ36.0237.9831.02-
YUV165.37114.81134.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=36.31%
G=34.23%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516514200.060.190.3141.8217.162.16
HexAFA58E06131F2a113e
Octal257245216062337522176
Binary1010111110100101100011100110100111111110101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA58E; }

 p { color: rgb(175,165,142); }

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

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

 a { background-color: rgb(175,165,142); }

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

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

 span { border-color: rgb(175,165,142); }

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