Html Css Color HEX #ADA492 Bison Hide

📋 copy color: '#ADA492'

red 173 ◦ green 164 ◦ blue 146

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

Shades of Bison Hide #ADA492

Tints of Bison Hide #ADA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

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

R = 35.82%
G = 33.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#ADA492 (or 0xADA492) is known color: Bison Hide. HEX triplet: AD, A4 and 92. RGB value is (173,164,146). Sum of RGB (Red+Green+Blue) = 173+164+146=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA492 is #525B6D. Grayscale: #A4A4A4. Windows color (decimal): -5397358 or 9610413. OLE color: 9610413.

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

Color convert

RGB 173 164 146 -
CMYK 0 0.05 0.16 0.32
HSL 40º 0.14% 0.63% -
HSV(B) 40º 0.16% 0.68% -
XYZ 35.7 37.51 32.55 -
YUV 164.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 173 164 146 0 0.05 0.16 0.32 40 0.14 0.63
Hex AD A4 92 0 5 10 20 28 E 3F
Octal 255 244 222 0 5 20 40 50 16 77
Binary 10101101 10100100 10010010 0 101 10000 100000 101000 1110 111111

Color Harmonies of #ADA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA492

Black with #ADA492

Text Example


Text Example

White with #ADA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA492; }

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

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

background-color css

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

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

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

border-color css

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

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

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