#ADA798

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

Shades of Bison Hide #ADA798

Tints of Bison Hide #ADA798

Color information

#ADA798 (or 0xADA798) is unknown color: approx Bison Hide. HEX triplet: AD, A7 and 98. RGB value is (173,167,152). Sum of RGB (Red+Green+Blue) = 173+167+152=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA798 is #525867. Grayscale: #A7A7A7. Windows color (decimal): -5396584 or 10004397. OLE color: 10004397.

HSL color Cylindrical-coordinate representation of color #ADA798: hue angle of 42.86º 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 #ADA798 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173167152-
CMYK00.030.120.32
HSL42.86º11.35%63.73%-
HSV(B)42.86º12.14%67.84%-
XYZ36.7238.7935.26-
YUV167.08119.49132.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=35.16%
G=33.94%
B=30.89%

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
Decimal17316715200.030.120.3242.8611.3563.73
HexADA79803C202bb40
Octal2552472300314405313100
Binary101011011010011110011000011110010000010101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA798; }

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

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

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

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

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

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

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

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