Html Css Color HEX #AD954D Husk

📋 copy color: '#AD954D'

red 173 ◦ green 149 ◦ blue 77

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

Shades of Husk #AD954D

Tints of Husk #AD954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 43.36%
G = 37.34%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD954D (or 0xAD954D) is known color: Husk. HEX triplet: AD, 95 and 4D. RGB value is (173,149,77). Sum of RGB (Red+Green+Blue) = 173+149+77=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD954D is #526AB2. Grayscale: #949494. Windows color (decimal): -5401267 or 5084589. OLE color: 5084589.

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

Color convert

RGB 173 149 77 -
CMYK 0 0.14 0.55 0.32
HSL 45º 0.38% 0.49% -
HSV(B) 45º 0.55% 0.68% -
XYZ 29.32 30.91 11.44 -
YUV 147.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 173 149 77 0 0.14 0.55 0.32 45 0.38 0.49
Hex AD 95 4D 0 E 37 20 2D 26 31
Octal 255 225 115 0 16 67 40 55 46 61
Binary 10101101 10010101 1001101 0 1110 110111 100000 101101 100110 110001

Color Harmonies of #AD954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD954D

Black with #AD954D

Text Example


Text Example

White with #AD954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD954D; }

 p { color: rgb(173,149,77); }

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

background-color css

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

 a { background-color: rgb(173,149,77); }

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

border-color css

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

 span { border-color: rgb(173,149,77); }

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