#AD974E

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

Shades of Husk #AD974E

Tints of Husk #AD974E

Color information

#AD974E (or 0xAD974E) is unknown color: approx Husk. HEX triplet: AD, 97 and 4E. RGB value is (173,151,78). Sum of RGB (Red+Green+Blue) = 173+151+78=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD974E is #5268B1. Grayscale: #959595. Windows color (decimal): -5400754 or 5150637. OLE color: 5150637.

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

Color convert

RGB17315178-
CMYK00.130.550.32
HSL46.11º37.85%49.22%-
HSV(B)46.11º54.91%67.84%-
XYZ29.6831.5711.74-
YUV149.2687.79144.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=43.03%
G=37.56%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731517800.130.550.3246.1137.8549.22
HexAD974E0D37202e2631
Octal2552271160156740564661
Binary1010110110010111100111001101110111100000101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD974E; }

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

 H1.HeaderClassName
 {
   color: #AD974E;
 }
 .AnyTagClassName
 {
   color: #AD974E;
 }
</style>
background-color css

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

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

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

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

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

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