Html Css Color HEX #AD9745 Husk

📋 copy color: '#AD9745'

red 173 ◦ green 151 ◦ blue 69

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

Shades of Husk #AD9745

Tints of Husk #AD9745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

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

R = 44.02%
G = 38.42%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9745 (or 0xAD9745) is known color: Husk. HEX triplet: AD, 97 and 45. RGB value is (173,151,69). Sum of RGB (Red+Green+Blue) = 173+151+69=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9745 is #5268BA. Grayscale: #949494. Windows color (decimal): -5400763 or 4560813. OLE color: 4560813.

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

Color convert

RGB 173 151 69 -
CMYK 0 0.13 0.60 0.32
HSL 47.31º 0.43% 0.47% -
HSV(B) 47.31º 0.6% 0.68% -
XYZ 29.37 31.45 10.15 -
YUV 148.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 173 151 69 0 0.13 0.60 0.32 47.31 0.43 0.47
Hex AD 97 45 0 D 3C 20 2F 2B 2F
Octal 255 227 105 0 15 74 40 57 53 57
Binary 10101101 10010111 1000101 0 1101 111100 100000 101111 101011 101111

Color Harmonies of #AD9745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9745

Black with #AD9745

Text Example


Text Example

White with #AD9745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9745; }

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

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

background-color css

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

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

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

border-color css

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

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

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