Html Css Color HEX #ADA898 Bison Hide

📋 copy color: '#ADA898'

red 173 ◦ green 168 ◦ blue 152

#ADA898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bison Hide #ADA898

Tints of Bison Hide #ADA898

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 value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA898 (or 0xADA898) is known color: 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

RGB 173 168 152 -
CMYK 0 0.03 0.12 0.32
HSL 45.71º 0.11% 0.64% -
HSV(B) 45.71º 0.12% 0.68% -
XYZ 36.9 39.16 35.32 -
YUV 167.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 173 168 152 0 0.03 0.12 0.32 45.71 0.11 0.64
Hex AD A8 98 0 3 C 20 2E B 40
Octal 255 250 230 0 3 14 40 56 13 100
Binary 10101101 10101000 10011000 0 11 1100 100000 101110 1011 1000000

Color Harmonies of #ADA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA898

Black with #ADA898

Text Example


Text Example

White with #ADA898

Text Example


Text Example

HTML Codes & Css Web 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>