#AD914F

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

Shades of Husk #AD914F

Tints of Husk #AD914F

Color information

#AD914F (or 0xAD914F) is unknown color: approx Husk. HEX triplet: AD, 91 and 4F. RGB value is (173,145,79). Sum of RGB (Red+Green+Blue) = 173+145+79=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD914F is #526EB0. Grayscale: #929292. Windows color (decimal): -5402289 or 5214637. OLE color: 5214637.

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

Color convert

RGB17314579-
CMYK00.160.540.32
HSL42.13º37.3%49.41%-
HSV(B)42.13º54.34%67.84%-
XYZ28.7729.711.61-
YUV145.8590.28147.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 79 (31.25% from 255) = 19.90%
R=43.58%
G=36.52%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731457900.160.540.3242.1337.349.41
HexAD914F01036202a2531
Octal2552211170206640524561
Binary10101101100100011001111010000110110100000101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD914F; }

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

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

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

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

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

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

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

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