#AD954B

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

Shades of Husk #AD954B

Tints of Husk #AD954B

Color information

#AD954B (or 0xAD954B) is unknown color: approx Husk. HEX triplet: AD, 95 and 4B. RGB value is (173,149,75). Sum of RGB (Red+Green+Blue) = 173+149+75=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD954B is #526AB4. Grayscale: #949494. Windows color (decimal): -5401269 or 4953517. OLE color: 4953517.

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

Color convert

RGB17314975-
CMYK00.140.570.32
HSL45.31º39.52%48.63%-
HSV(B)45.31º56.65%67.84%-
XYZ29.2530.8911.08-
YUV147.7486.95146.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=43.58%
G=37.53%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731497500.140.570.3245.3139.5248.63
HexAD954B0E39202d2831
Octal2552251130167140555061
Binary1010110110010101100101101110111001100000101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD954B; }

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

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

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

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

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

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

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

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