Html Css Color HEX #ADA798 Bison Hide

📋 copy color: '#ADA798'

red 173 ◦ green 167 ◦ blue 152

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

Shades of Bison Hide #ADA798

Tints of Bison Hide #ADA798

RGB

 RED value IS 173 (67.97% from 255) = 35.16%

 GREEN value IS 167 (65.63% 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 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

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

RGB 173 167 152 -
CMYK 0 0.03 0.12 0.32
HSL 42.86º 0.11% 0.64% -
HSV(B) 42.86º 0.12% 0.68% -
XYZ 36.72 38.79 35.26 -
YUV 167.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 173 167 152 0 0.03 0.12 0.32 42.86 0.11 0.64
Hex AD A7 98 0 3 C 20 2B B 40
Octal 255 247 230 0 3 14 40 53 13 100
Binary 10101101 10100111 10011000 0 11 1100 100000 101011 1011 1000000

Color Harmonies of #ADA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA798

Black with #ADA798

Text Example


Text Example

White with #ADA798

Text Example


Text Example

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