Html Css Color HEX #ADA14E Husk

📋 copy color: '#ADA14E'

red 173 ◦ green 161 ◦ blue 78

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

Shades of Husk #ADA14E

Tints of Husk #ADA14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.93%

R = 41.99%
G = 39.08%
B = 18.93%

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

#ADA14E (or 0xADA14E) is known color: Husk. HEX triplet: AD, A1 and 4E. RGB value is (173,161,78). Sum of RGB (Red+Green+Blue) = 173+161+78=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA14E is #525EB1. Grayscale: #9B9B9B. Windows color (decimal): -5398194 or 5153197. OLE color: 5153197.

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

Color convert

RGB 173 161 78 -
CMYK 0 0.07 0.55 0.32
HSL 52.42º 0.38% 0.49% -
HSV(B) 52.42º 0.55% 0.68% -
XYZ 31.35 34.92 12.3 -
YUV 155.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 173 161 78 0 0.07 0.55 0.32 52.42 0.38 0.49
Hex AD A1 4E 0 7 37 20 34 26 31
Octal 255 241 116 0 7 67 40 64 46 61
Binary 10101101 10100001 1001110 0 111 110111 100000 110100 100110 110001

Color Harmonies of #ADA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA14E

Black with #ADA14E

Text Example


Text Example

White with #ADA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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