Html Css Color HEX #ADA04D Husk

📋 copy color: '#ADA04D'

red 173 ◦ green 160 ◦ blue 77

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

Shades of Husk #ADA04D

Tints of Husk #ADA04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 42.2%
G = 39.02%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADA04D (or 0xADA04D) is known color: Husk. HEX triplet: AD, A0 and 4D. RGB value is (173,160,77). Sum of RGB (Red+Green+Blue) = 173+160+77=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA04D is #525FB2. Grayscale: #9A9A9A. Windows color (decimal): -5398451 or 5087405. OLE color: 5087405.

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

Color convert

RGB 173 160 77 -
CMYK 0 0.08 0.55 0.32
HSL 51.88º 0.38% 0.49% -
HSV(B) 51.88º 0.55% 0.68% -
XYZ 31.14 34.56 12.05 -
YUV 154.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 173 160 77 0 0.08 0.55 0.32 51.88 0.38 0.49
Hex AD A0 4D 0 8 37 20 34 26 31
Octal 255 240 115 0 10 67 40 64 46 61
Binary 10101101 10100000 1001101 0 1000 110111 100000 110100 100110 110001

Color Harmonies of #ADA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA04D

Black with #ADA04D

Text Example


Text Example

White with #ADA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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