#AFA898

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

Shades of Bison Hide #AFA898

Tints of Bison Hide #AFA898

Color information

#AFA898 (or 0xAFA898) is unknown color: approx Bison Hide. HEX triplet: AF, A8 and 98. RGB value is (175,168,152). Sum of RGB (Red+Green+Blue) = 175+168+152=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA898 is #505767. Grayscale: #A8A8A8. Windows color (decimal): -5265256 or 10004655. OLE color: 10004655.

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

Color convert

RGB175168152-
CMYK00.040.130.31
HSL41.74º12.57%64.12%-
HSV(B)41.74º13.14%68.63%-
XYZ37.3539.3935.34-
YUV168.27118.82132.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=35.35%
G=33.94%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815200.040.130.3141.7412.5764.12
HexAFA89804D1F2ad40
Octal2572502300415375215100
Binary101011111010100010011000010011011111110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA898; }

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

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

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

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

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

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

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

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