#AFA68E

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

Shades of Bison Hide #AFA68E

Tints of Bison Hide #AFA68E

Color information

#AFA68E (or 0xAFA68E) is unknown color: approx Bison Hide. HEX triplet: AF, A6 and 8E. RGB value is (175,166,142). Sum of RGB (Red+Green+Blue) = 175+166+142=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68E is #505971. Grayscale: #A6A6A6. Windows color (decimal): -5265778 or 9348783. OLE color: 9348783.

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

Color convert

RGB175166142-
CMYK00.050.190.31
HSL43.64º17.1%62.16%-
HSV(B)43.64º18.86%68.63%-
XYZ36.238.3431.08-
YUV165.96114.48134.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=36.23%
G=34.37%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516614200.050.190.3143.6417.162.16
HexAFA68E05131F2c113e
Octal257246216052337542176
Binary1010111110100110100011100101100111111110110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA68E; }

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

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

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

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

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

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

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

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