#AFAB9E

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

Shades of Bison Hide #AFAB9E

Tints of Bison Hide #AFAB9E

Color information

#AFAB9E (or 0xAFAB9E) is unknown color: approx Bison Hide. HEX triplet: AF, AB and 9E. RGB value is (175,171,158). Sum of RGB (Red+Green+Blue) = 175+171+158=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9E is #505461. Grayscale: #AAAAAA. Windows color (decimal): -5264482 or 10398639. OLE color: 10398639.

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

Color convert

RGB175171158-
CMYK00.020.100.31
HSL45.88º9.6%65.29%-
HSV(B)45.88º9.71%68.63%-
XYZ38.4140.7138.18-
YUV170.71120.83131.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=34.72%
G=33.93%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517115800.020.100.3145.889.665.29
HexAFAB9E02A1F2ea41
Octal2572532360212375612101
Binary10101111101010111001111001010101111110111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB9E; }

 p { color: rgb(175,171,158); }

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

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

 a { background-color: rgb(175,171,158); }

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

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

 span { border-color: rgb(175,171,158); }

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