Html Css Color HEX #ADA594 Bison Hide

📋 copy color: '#ADA594'

red 173 ◦ green 165 ◦ blue 148

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

Shades of Bison Hide #ADA594

Tints of Bison Hide #ADA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 35.6%
G = 33.95%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#ADA594 (or 0xADA594) is known color: Bison Hide. HEX triplet: AD, A5 and 94. RGB value is (173,165,148). Sum of RGB (Red+Green+Blue) = 173+165+148=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA594 is #525A6B. Grayscale: #A5A5A5. Windows color (decimal): -5397100 or 9741741. OLE color: 9741741.

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

Color convert

RGB 173 165 148 -
CMYK 0 0.05 0.14 0.32
HSL 40.8º 0.13% 0.63% -
HSV(B) 40.8º 0.14% 0.68% -
XYZ 36.03 37.93 33.44 -
YUV 165.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 173 165 148 0 0.05 0.14 0.32 40.8 0.13 0.63
Hex AD A5 94 0 5 E 20 29 D 3F
Octal 255 245 224 0 5 16 40 51 15 77
Binary 10101101 10100101 10010100 0 101 1110 100000 101001 1101 111111

Color Harmonies of #ADA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA594

Black with #ADA594

Text Example


Text Example

White with #ADA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA594; }

 p { color: rgb(173,165,148); }

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

background-color css

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

 a { background-color: rgb(173,165,148); }

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

border-color css

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

 span { border-color: rgb(173,165,148); }

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