Html Css Color HEX #ADA24F Husk

📋 copy color: '#ADA24F'

red 173 ◦ green 162 ◦ blue 79

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

Shades of Husk #ADA24F

Tints of Husk #ADA24F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

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

R = 41.79%
G = 39.13%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADA24F (or 0xADA24F) is known color: Husk. HEX triplet: AD, A2 and 4F. RGB value is (173,162,79). Sum of RGB (Red+Green+Blue) = 173+162+79=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA24F is #525DB0. Grayscale: #9C9C9C. Windows color (decimal): -5397937 or 5218989. OLE color: 5218989.

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

Color convert

RGB 173 162 79 -
CMYK 0 0.06 0.54 0.32
HSL 52.98º 0.37% 0.49% -
HSV(B) 52.98º 0.54% 0.68% -
XYZ 31.57 35.29 12.55 -
YUV 155.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 173 162 79 0 0.06 0.54 0.32 52.98 0.37 0.49
Hex AD A2 4F 0 6 36 20 35 25 31
Octal 255 242 117 0 6 66 40 65 45 61
Binary 10101101 10100010 1001111 0 110 110110 100000 110101 100101 110001

Color Harmonies of #ADA24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA24F

Black with #ADA24F

Text Example


Text Example

White with #ADA24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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