Html Css Color HEX #AD944B Husk

📋 copy color: '#AD944B'

red 173 ◦ green 148 ◦ blue 75

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

Shades of Husk #AD944B

Tints of Husk #AD944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 43.69%
G = 37.37%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD944B (or 0xAD944B) is known color: Husk. HEX triplet: AD, 94 and 4B. RGB value is (173,148,75). Sum of RGB (Red+Green+Blue) = 173+148+75=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD944B is #526BB4. Grayscale: #939393. Windows color (decimal): -5401525 or 4953261. OLE color: 4953261.

HSL color Cylindrical-coordinate representation of color #AD944B: hue angle of 44.69º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD944B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 75 -
CMYK 0 0.14 0.57 0.32
HSL 44.69º 0.4% 0.49% -
HSV(B) 44.69º 0.57% 0.68% -
XYZ 29.09 30.57 11.02 -
YUV 147.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 173 148 75 0 0.14 0.57 0.32 44.69 0.4 0.49
Hex AD 94 4B 0 E 39 20 2D 28 31
Octal 255 224 113 0 16 71 40 55 50 61
Binary 10101101 10010100 1001011 0 1110 111001 100000 101101 101000 110001

Color Harmonies of #AD944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD944B

Black with #AD944B

Text Example


Text Example

White with #AD944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD944B; }

 p { color: rgb(173,148,75); }

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

background-color css

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

 a { background-color: rgb(173,148,75); }

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

border-color css

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

 span { border-color: rgb(173,148,75); }

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