Html Css Color HEX #ADA58C Bison Hide

📋 copy color: '#ADA58C'

red 173 ◦ green 165 ◦ blue 140

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

Shades of Bison Hide #ADA58C

Tints of Bison Hide #ADA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 36.19%
G = 34.52%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ADA58C (or 0xADA58C) is known color: Bison Hide. HEX triplet: AD, A5 and 8C. RGB value is (173,165,140). Sum of RGB (Red+Green+Blue) = 173+165+140=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58C is #525A73. Grayscale: #A4A4A4. Windows color (decimal): -5397108 or 9217453. OLE color: 9217453.

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

Color convert

RGB 173 165 140 -
CMYK 0 0.05 0.19 0.32
HSL 45.45º 0.17% 0.61% -
HSV(B) 45.45º 0.19% 0.68% -
XYZ 35.42 37.69 30.22 -
YUV 164.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 173 165 140 0 0.05 0.19 0.32 45.45 0.17 0.61
Hex AD A5 8C 0 5 13 20 2D 11 3D
Octal 255 245 214 0 5 23 40 55 21 75
Binary 10101101 10100101 10001100 0 101 10011 100000 101101 10001 111101

Color Harmonies of #ADA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA58C

Black with #ADA58C

Text Example


Text Example

White with #ADA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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