Html Css Color HEX #ADA392 Bison Hide

📋 copy color: '#ADA392'

red 173 ◦ green 163 ◦ blue 146

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

Shades of Bison Hide #ADA392

Tints of Bison Hide #ADA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 35.89%
G = 33.82%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#ADA392 (or 0xADA392) is known color: Bison Hide. HEX triplet: AD, A3 and 92. RGB value is (173,163,146). Sum of RGB (Red+Green+Blue) = 173+163+146=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA392 is #525C6D. Grayscale: #A4A4A4. Windows color (decimal): -5397614 or 9610157. OLE color: 9610157.

HSL color Cylindrical-coordinate representation of color #ADA392: hue angle of 37.78º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA392 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 146 -
CMYK 0 0.06 0.16 0.32
HSL 37.78º 0.14% 0.63% -
HSV(B) 37.78º 0.16% 0.68% -
XYZ 35.52 37.15 32.49 -
YUV 164.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 173 163 146 0 0.06 0.16 0.32 37.78 0.14 0.63
Hex AD A3 92 0 6 10 20 26 E 3F
Octal 255 243 222 0 6 20 40 46 16 77
Binary 10101101 10100011 10010010 0 110 10000 100000 100110 1110 111111

Color Harmonies of #ADA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA392

Black with #ADA392

Text Example


Text Example

White with #ADA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA392; }

 p { color: rgb(173,163,146); }

 H1.HeaderClassName
 {
   color: #ADA392;
 }
 .AnyTagClassName
 {
   color: #ADA392;
 }
</style>

background-color css

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

 a { background-color: rgb(173,163,146); }

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

border-color css

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

 span { border-color: rgb(173,163,146); }

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