#AFA68F

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

Shades of Bison Hide #AFA68F

Tints of Bison Hide #AFA68F

Color information

#AFA68F (or 0xAFA68F) is unknown color: approx Bison Hide. HEX triplet: AF, A6 and 8F. RGB value is (175,166,143). Sum of RGB (Red+Green+Blue) = 175+166+143=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68F is #505970. Grayscale: #A6A6A6. Windows color (decimal): -5265777 or 9414319. OLE color: 9414319.

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

Color convert

RGB175166143-
CMYK00.050.180.31
HSL43.13º16.67%62.35%-
HSV(B)43.13º18.29%68.63%-
XYZ36.2738.3731.48-
YUV166.07114.98134.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=36.16%
G=34.30%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516614300.050.180.3143.1316.6762.35
HexAFA68F05121F2b113e
Octal257246217052237532176
Binary1010111110100110100011110101100101111110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA68F; }

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

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

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

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

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

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

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

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