Html Css Color HEX #AD9A45 Husk

📋 copy color: '#AD9A45'

red 173 ◦ green 154 ◦ blue 69

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

Shades of Husk #AD9A45

Tints of Husk #AD9A45

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 43.69%
G = 38.89%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9A45 (or 0xAD9A45) is known color: Husk. HEX triplet: AD, 9A and 45. RGB value is (173,154,69). Sum of RGB (Red+Green+Blue) = 173+154+69=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A45 is #5265BA. Grayscale: #969696. Windows color (decimal): -5399995 or 4561581. OLE color: 4561581.

HSL color Cylindrical-coordinate representation of color #AD9A45: hue angle of 49.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9A45 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 154 69 -
CMYK 0 0.11 0.60 0.32
HSL 49.04º 0.43% 0.47% -
HSV(B) 49.04º 0.6% 0.68% -
XYZ 29.86 32.43 10.31 -
YUV 149.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 173 154 69 0 0.11 0.60 0.32 49.04 0.43 0.47
Hex AD 9A 45 0 B 3C 20 31 2B 2F
Octal 255 232 105 0 13 74 40 61 53 57
Binary 10101101 10011010 1000101 0 1011 111100 100000 110001 101011 101111

Color Harmonies of #AD9A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A45

Black with #AD9A45

Text Example


Text Example

White with #AD9A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A45; }

 p { color: rgb(173,154,69); }

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

background-color css

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

 a { background-color: rgb(173,154,69); }

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

border-color css

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

 span { border-color: rgb(173,154,69); }

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