#AD974C

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

Shades of Husk #AD974C

Tints of Husk #AD974C

Color information

#AD974C (or 0xAD974C) is unknown color: approx Husk. HEX triplet: AD, 97 and 4C. RGB value is (173,151,76). Sum of RGB (Red+Green+Blue) = 173+151+76=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD974C is #5268B3. Grayscale: #959595. Windows color (decimal): -5400756 or 5019565. OLE color: 5019565.

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

Color convert

RGB17315176-
CMYK00.130.560.32
HSL46.39º38.96%48.82%-
HSV(B)46.39º56.07%67.84%-
XYZ29.631.5411.36-
YUV149.0386.79145.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 76 (30.08% from 255) = 19%
R=43.25%
G=37.75%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731517600.130.560.3246.3938.9648.82
HexAD974C0D38202e2731
Octal2552271140157040564761
Binary1010110110010111100110001101111000100000101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD974C; }

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

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

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

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

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

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

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

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