Html Css Color HEX #AD934E Husk

📋 copy color: '#AD934E'

red 173 ◦ green 147 ◦ blue 78

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

Shades of Husk #AD934E

Tints of Husk #AD934E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 43.47%
G = 36.93%
B = 19.6%

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

#AD934E (or 0xAD934E) is known color: Husk. HEX triplet: AD, 93 and 4E. RGB value is (173,147,78). Sum of RGB (Red+Green+Blue) = 173+147+78=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD934E is #526CB1. Grayscale: #939393. Windows color (decimal): -5401778 or 5149613. OLE color: 5149613.

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

Color convert

RGB 173 147 78 -
CMYK 0 0.15 0.55 0.32
HSL 43.58º 0.38% 0.49% -
HSV(B) 43.58º 0.55% 0.68% -
XYZ 29.04 30.3 11.53 -
YUV 146.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 173 147 78 0 0.15 0.55 0.32 43.58 0.38 0.49
Hex AD 93 4E 0 F 37 20 2C 26 31
Octal 255 223 116 0 17 67 40 54 46 61
Binary 10101101 10010011 1001110 0 1111 110111 100000 101100 100110 110001

Color Harmonies of #AD934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD934E

Black with #AD934E

Text Example


Text Example

White with #AD934E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD934E; }

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

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

background-color css

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

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

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

border-color css

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

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

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