#ADA898

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

Shades of Bison Hide #ADA898

Tints of Bison Hide #ADA898

Color information

#ADA898 (or 0xADA898) is unknown color: approx Bison Hide. HEX triplet: AD, A8 and 98. RGB value is (173,168,152). Sum of RGB (Red+Green+Blue) = 173+168+152=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA898 is #525767. Grayscale: #A7A7A7. Windows color (decimal): -5396328 or 10004653. OLE color: 10004653.

HSL color Cylindrical-coordinate representation of color #ADA898: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA898 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173168152-
CMYK00.030.120.32
HSL45.71º11.35%63.73%-
HSV(B)45.71º12.14%67.84%-
XYZ36.939.1635.32-
YUV167.67119.16131.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=35.09%
G=34.08%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316815200.030.120.3245.7111.3563.73
HexADA89803C202eb40
Octal2552502300314405613100
Binary101011011010100010011000011110010000010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA898; }

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

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

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

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

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

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

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

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