Html Css Color HEX #ADA58D Bison Hide

📋 copy color: '#ADA58D'

red 173 ◦ green 165 ◦ blue 141

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

Shades of Bison Hide #ADA58D

Tints of Bison Hide #ADA58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 36.12%
G = 34.45%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA58D (or 0xADA58D) is known color: Bison Hide. HEX triplet: AD, A5 and 8D. RGB value is (173,165,141). Sum of RGB (Red+Green+Blue) = 173+165+141=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58D is #525A72. Grayscale: #A4A4A4. Windows color (decimal): -5397107 or 9282989. OLE color: 9282989.

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

Color convert

RGB 173 165 141 -
CMYK 0 0.05 0.18 0.32
HSL 45º 0.16% 0.62% -
HSV(B) 45º 0.18% 0.68% -
XYZ 35.5 37.72 30.61 -
YUV 164.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 173 165 141 0 0.05 0.18 0.32 45 0.16 0.62
Hex AD A5 8D 0 5 12 20 2D 10 3E
Octal 255 245 215 0 5 22 40 55 20 76
Binary 10101101 10100101 10001101 0 101 10010 100000 101101 10000 111110

Color Harmonies of #ADA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA58D

Black with #ADA58D

Text Example


Text Example

White with #ADA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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