#ABA698

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

Shades of Bison Hide #ABA698

Tints of Bison Hide #ABA698

Color information

#ABA698 (or 0xABA698) is unknown color: approx Bison Hide. HEX triplet: AB, A6 and 98. RGB value is (171,166,152). Sum of RGB (Red+Green+Blue) = 171+166+152=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA698 is #545967. Grayscale: #A5A5A5. Windows color (decimal): -5527912 or 10004139. OLE color: 10004139.

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

Color convert

RGB171166152-
CMYK00.030.110.33
HSL44.21º10.16%63.33%-
HSV(B)44.21º11.11%67.06%-
XYZ36.138.235.18-
YUV165.9120.16131.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=34.97%
G=33.95%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116615200.030.110.3344.2110.1663.33
HexABA69803B212ca3f
Octal253246230031341541277
Binary10101011101001101001100001110111000011011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA698; }

 p { color: rgb(171,166,152); }

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

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

 a { background-color: rgb(171,166,152); }

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

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

 span { border-color: rgb(171,166,152); }

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