Html Css Color HEX #ADA14F Husk

📋 copy color: '#ADA14F'

red 173 ◦ green 161 ◦ blue 79

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

Shades of Husk #ADA14F

Tints of Husk #ADA14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 41.89%
G = 38.98%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADA14F (or 0xADA14F) is known color: Husk. HEX triplet: AD, A1 and 4F. RGB value is (173,161,79). Sum of RGB (Red+Green+Blue) = 173+161+79=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA14F is #525EB0. Grayscale: #9B9B9B. Windows color (decimal): -5398193 or 5218733. OLE color: 5218733.

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

Color convert

RGB 173 161 79 -
CMYK 0 0.07 0.54 0.32
HSL 52.34º 0.37% 0.49% -
HSV(B) 52.34º 0.54% 0.68% -
XYZ 31.39 34.94 12.49 -
YUV 155.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 173 161 79 0 0.07 0.54 0.32 52.34 0.37 0.49
Hex AD A1 4F 0 7 36 20 34 25 31
Octal 255 241 117 0 7 66 40 64 45 61
Binary 10101101 10100001 1001111 0 111 110110 100000 110100 100101 110001

Color Harmonies of #ADA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA14F

Black with #ADA14F

Text Example


Text Example

White with #ADA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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