#AD934E

Color #AD934E Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AD934E

Tints of Husk #AD934E

Color information

#AD934E (or 0xAD934E) is unknown color: approx 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

RGB17314778-
CMYK00.150.550.32
HSL43.58º37.85%49.22%-
HSV(B)43.58º54.91%67.84%-
XYZ29.0430.311.53-
YUV146.9189.11146.61-

RGB Variations

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

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.60%
R=43.47%
G=36.93%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731477800.150.550.3243.5837.8549.22
HexAD934E0F37202c2631
Octal2552231160176740544661
Binary1010110110010011100111001111110111100000101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>