Html Css Color HEX #ADA056 Husk

📋 copy color: '#ADA056'

red 173 ◦ green 160 ◦ blue 86

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

Shades of Husk #ADA056

Tints of Husk #ADA056

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 41.29%
G = 38.19%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA056 (or 0xADA056) is known color: Husk. HEX triplet: AD, A0 and 56. RGB value is (173,160,86). Sum of RGB (Red+Green+Blue) = 173+160+86=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA056 is #525FA9. Grayscale: #9B9B9B. Windows color (decimal): -5398442 or 5677229. OLE color: 5677229.

HSL color Cylindrical-coordinate representation of color #ADA056: hue angle of 51.03º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA056 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 86 -
CMYK 0 0.08 0.50 0.32
HSL 51.03º 0.35% 0.51% -
HSV(B) 51.03º 0.5% 0.68% -
XYZ 31.48 34.7 13.84 -
YUV 155.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 173 160 86 0 0.08 0.50 0.32 51.03 0.35 0.51
Hex AD A0 56 0 8 32 20 33 23 33
Octal 255 240 126 0 10 62 40 63 43 63
Binary 10101101 10100000 1010110 0 1000 110010 100000 110011 100011 110011

Color Harmonies of #ADA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA056

Black with #ADA056

Text Example


Text Example

White with #ADA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA056; }

 p { color: rgb(173,160,86); }

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

background-color css

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

 a { background-color: rgb(173,160,86); }

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

border-color css

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

 span { border-color: rgb(173,160,86); }

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