#AFA790

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

Shades of Bison Hide #AFA790

Tints of Bison Hide #AFA790

Color information

#AFA790 (or 0xAFA790) is unknown color: approx Bison Hide. HEX triplet: AF, A7 and 90. RGB value is (175,167,144). Sum of RGB (Red+Green+Blue) = 175+167+144=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA790 is #50586F. Grayscale: #A6A6A6. Windows color (decimal): -5265520 or 9480111. OLE color: 9480111.

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

Color convert

RGB175167144-
CMYK00.050.180.31
HSL44.52º16.23%62.55%-
HSV(B)44.52º17.71%68.63%-
XYZ36.5338.7731.94-
YUV166.77115.15133.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=36.01%
G=34.36%
B=29.63%

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
Decimal17516714400.050.180.3144.5216.2362.55
HexAFA79005121F2d103f
Octal257247220052237552077
Binary1010111110100111100100000101100101111110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA790; }

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

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

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

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

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

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

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

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