#AFA490

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

Shades of Bison Hide #AFA490

Tints of Bison Hide #AFA490

Color information

#AFA490 (or 0xAFA490) is unknown color: approx Bison Hide. HEX triplet: AF, A4 and 90. RGB value is (175,164,144). Sum of RGB (Red+Green+Blue) = 175+164+144=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA490 is #505B6F. Grayscale: #A5A5A5. Windows color (decimal): -5266288 or 9479343. OLE color: 9479343.

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

Color convert

RGB175164144-
CMYK00.060.180.31
HSL38.71º16.23%62.55%-
HSV(B)38.71º17.71%68.63%-
XYZ35.9937.6831.76-
YUV165.01116.14135.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=36.23%
G=33.95%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516414400.060.180.3138.7116.2362.55
HexAFA49006121F27103f
Octal257244220062237472077
Binary1010111110100100100100000110100101111110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA490; }

 p { color: rgb(175,164,144); }

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

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

 a { background-color: rgb(175,164,144); }

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

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

 span { border-color: rgb(175,164,144); }

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