#AFA68D

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

Shades of Bison Hide #AFA68D

Tints of Bison Hide #AFA68D

Color information

#AFA68D (or 0xAFA68D) is unknown color: approx Bison Hide. HEX triplet: AF, A6 and 8D. RGB value is (175,166,141). Sum of RGB (Red+Green+Blue) = 175+166+141=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68D is #505972. Grayscale: #A5A5A5. Windows color (decimal): -5265779 or 9283247. OLE color: 9283247.

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

Color convert

RGB175166141-
CMYK00.050.190.31
HSL44.12º17.53%61.96%-
HSV(B)44.12º19.43%68.63%-
XYZ36.1238.3130.69-
YUV165.84113.98134.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=36.31%
G=34.44%
B=29.25%

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
Decimal17516614100.050.190.3144.1217.5361.96
HexAFA68D05131F2c123e
Octal257246215052337542276
Binary1010111110100110100011010101100111111110110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA68D; }

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

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

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

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

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

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

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

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