#AD974F

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

Shades of Husk #AD974F

Tints of Husk #AD974F

Color information

#AD974F (or 0xAD974F) is unknown color: approx Husk. HEX triplet: AD, 97 and 4F. RGB value is (173,151,79). Sum of RGB (Red+Green+Blue) = 173+151+79=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD974F is #5268B0. Grayscale: #959595. Windows color (decimal): -5400753 or 5216173. OLE color: 5216173.

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

Color convert

RGB17315179-
CMYK00.130.540.32
HSL45.96º37.3%49.41%-
HSV(B)45.96º54.34%67.84%-
XYZ29.7131.5811.93-
YUV149.3788.29144.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=42.93%
G=37.47%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731517900.130.540.3245.9637.349.41
HexAD974F0D36202e2531
Octal2552271170156640564561
Binary1010110110010111100111101101110110100000101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD974F; }

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

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

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

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

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

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

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

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