#AD964B

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

Shades of Husk #AD964B

Tints of Husk #AD964B

Color information

#AD964B (or 0xAD964B) is unknown color: approx Husk. HEX triplet: AD, 96 and 4B. RGB value is (173,150,75). Sum of RGB (Red+Green+Blue) = 173+150+75=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD964B is #5269B4. Grayscale: #949494. Windows color (decimal): -5401013 or 4953773. OLE color: 4953773.

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

Color convert

RGB17315075-
CMYK00.130.570.32
HSL45.92º39.52%48.63%-
HSV(B)45.92º56.65%67.84%-
XYZ29.4131.211.13-
YUV148.3386.62145.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=43.47%
G=37.69%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731507500.130.570.3245.9239.5248.63
HexAD964B0D39202e2831
Octal2552261130157140565061
Binary1010110110010110100101101101111001100000101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD964B; }

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

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

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

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

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

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

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

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