Html Css Color HEX #ADA595 Bison Hide

📋 copy color: '#ADA595'

red 173 ◦ green 165 ◦ blue 149

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

Shades of Bison Hide #ADA595

Tints of Bison Hide #ADA595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 35.52%
G = 33.88%
B = 30.6%

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

#ADA595 (or 0xADA595) is known color: Bison Hide. HEX triplet: AD, A5 and 95. RGB value is (173,165,149). Sum of RGB (Red+Green+Blue) = 173+165+149=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA595 is #525A6A. Grayscale: #A5A5A5. Windows color (decimal): -5397099 or 9807277. OLE color: 9807277.

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

Color convert

RGB 173 165 149 -
CMYK 0 0.05 0.14 0.32
HSL 40º 0.13% 0.63% -
HSV(B) 40º 0.14% 0.68% -
XYZ 36.11 37.96 33.86 -
YUV 165.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 173 165 149 0 0.05 0.14 0.32 40 0.13 0.63
Hex AD A5 95 0 5 E 20 28 D 3F
Octal 255 245 225 0 5 16 40 50 15 77
Binary 10101101 10100101 10010101 0 101 1110 100000 101000 1101 111111

Color Harmonies of #ADA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA595

Black with #ADA595

Text Example


Text Example

White with #ADA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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