#AD954F

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

Shades of Husk #AD954F

Tints of Husk #AD954F

Color information

#AD954F (or 0xAD954F) is unknown color: approx Husk. HEX triplet: AD, 95 and 4F. RGB value is (173,149,79). Sum of RGB (Red+Green+Blue) = 173+149+79=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD954F is #526AB0. Grayscale: #949494. Windows color (decimal): -5401265 or 5215661. OLE color: 5215661.

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

Color convert

RGB17314979-
CMYK00.140.540.32
HSL44.68º37.3%49.41%-
HSV(B)44.68º54.34%67.84%-
XYZ29.3930.9411.82-
YUV148.288.95145.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=43.14%
G=37.16%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731497900.140.540.3244.6837.349.41
HexAD954F0E36202d2531
Octal2552251170166640554561
Binary1010110110010101100111101110110110100000101101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD954F; }

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

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

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

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

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

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

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

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