#AFA998

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

Shades of Bison Hide #AFA998

Tints of Bison Hide #AFA998

Color information

#AFA998 (or 0xAFA998) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 98. RGB value is (175,169,152). Sum of RGB (Red+Green+Blue) = 175+169+152=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA998 is #505667. Grayscale: #A8A8A8. Windows color (decimal): -5265000 or 10004911. OLE color: 10004911.

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

Color convert

RGB175169152-
CMYK00.030.130.31
HSL44.35º12.57%64.12%-
HSV(B)44.35º13.14%68.63%-
XYZ37.5339.7635.4-
YUV168.86118.49132.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=35.28%
G=34.07%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915200.030.130.3144.3512.5764.12
HexAFA99803D1F2cd40
Octal2572512300315375415100
Binary10101111101010011001100001111011111110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA998; }

 p { color: rgb(175,169,152); }

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

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

 a { background-color: rgb(175,169,152); }

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

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

 span { border-color: rgb(175,169,152); }

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