Html Css Color HEX #AD934D Husk

📋 copy color: '#AD934D'

red 173 ◦ green 147 ◦ blue 77

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

Shades of Husk #AD934D

Tints of Husk #AD934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

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

R = 43.58%
G = 37.03%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD934D (or 0xAD934D) is known color: Husk. HEX triplet: AD, 93 and 4D. RGB value is (173,147,77). Sum of RGB (Red+Green+Blue) = 173+147+77=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD934D is #526CB2. Grayscale: #939393. Windows color (decimal): -5401779 or 5084077. OLE color: 5084077.

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

Color convert

RGB 173 147 77 -
CMYK 0 0.15 0.55 0.32
HSL 43.75º 0.38% 0.49% -
HSV(B) 43.75º 0.55% 0.68% -
XYZ 29.01 30.29 11.34 -
YUV 146.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 173 147 77 0 0.15 0.55 0.32 43.75 0.38 0.49
Hex AD 93 4D 0 F 37 20 2C 26 31
Octal 255 223 115 0 17 67 40 54 46 61
Binary 10101101 10010011 1001101 0 1111 110111 100000 101100 100110 110001

Color Harmonies of #AD934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD934D

Black with #AD934D

Text Example


Text Example

White with #AD934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD934D; }

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

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

background-color css

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

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

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

border-color css

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

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

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