Html Css Color HEX #ADA14D Husk

📋 copy color: '#ADA14D'

red 173 ◦ green 161 ◦ blue 77

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

Shades of Husk #ADA14D

Tints of Husk #ADA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

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

R = 42.09%
G = 39.17%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADA14D (or 0xADA14D) is known color: Husk. HEX triplet: AD, A1 and 4D. RGB value is (173,161,77). Sum of RGB (Red+Green+Blue) = 173+161+77=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA14D is #525EB2. Grayscale: #9B9B9B. Windows color (decimal): -5398195 or 5087661. OLE color: 5087661.

HSL color Cylindrical-coordinate representation of color #ADA14D: hue angle of 52.5º 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 #ADA14D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 77 -
CMYK 0 0.07 0.55 0.32
HSL 52.5º 0.38% 0.49% -
HSV(B) 52.5º 0.55% 0.68% -
XYZ 31.32 34.91 12.11 -
YUV 155.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 173 161 77 0 0.07 0.55 0.32 52.5 0.38 0.49
Hex AD A1 4D 0 7 37 20 34 26 31
Octal 255 241 115 0 7 67 40 64 46 61
Binary 10101101 10100001 1001101 0 111 110111 100000 110100 100110 110001

Color Harmonies of #ADA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA14D

Black with #ADA14D

Text Example


Text Example

White with #ADA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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