Html Css Color HEX #ADA054 Husk

📋 copy color: '#ADA054'

red 173 ◦ green 160 ◦ blue 84

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

Shades of Husk #ADA054

Tints of Husk #ADA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.14%

R = 41.49%
G = 38.37%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADA054 (or 0xADA054) is known color: Husk. HEX triplet: AD, A0 and 54. RGB value is (173,160,84). Sum of RGB (Red+Green+Blue) = 173+160+84=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA054 is #525FAB. Grayscale: #9B9B9B. Windows color (decimal): -5398444 or 5546157. OLE color: 5546157.

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

Color convert

RGB 173 160 84 -
CMYK 0 0.08 0.51 0.32
HSL 51.24º 0.35% 0.5% -
HSV(B) 51.24º 0.51% 0.68% -
XYZ 31.4 34.67 13.42 -
YUV 155.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 173 160 84 0 0.08 0.51 0.32 51.24 0.35 0.5
Hex AD A0 54 0 8 33 20 33 23 32
Octal 255 240 124 0 10 63 40 63 43 62
Binary 10101101 10100000 1010100 0 1000 110011 100000 110011 100011 110010

Color Harmonies of #ADA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA054

Black with #ADA054

Text Example


Text Example

White with #ADA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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