#AFAA9C

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

Shades of Bison Hide #AFAA9C

Tints of Bison Hide #AFAA9C

Color information

#AFAA9C (or 0xAFAA9C) is unknown color: approx Bison Hide. HEX triplet: AF, AA and 9C. RGB value is (175,170,156). Sum of RGB (Red+Green+Blue) = 175+170+156=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA9C is #505563. Grayscale: #A9A9A9. Windows color (decimal): -5264740 or 10267311. OLE color: 10267311.

HSL color Cylindrical-coordinate representation of color #AFAA9C: hue angle of 44.21º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAA9C is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175170156-
CMYK00.030.110.31
HSL44.21º10.61%64.9%-
HSV(B)44.21º10.86%68.63%-
XYZ38.0540.2637.22-
YUV169.9120.16131.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=34.93%
G=33.93%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517015600.030.110.3144.2110.6164.9
HexAFAA9C03B1F2cb41
Octal2572522340313375413101
Binary10101111101010101001110001110111111110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA9C; }

 p { color: rgb(175,170,156); }

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

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

 a { background-color: rgb(175,170,156); }

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

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

 span { border-color: rgb(175,170,156); }

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