#AD924B

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

Shades of Husk #AD924B

Tints of Husk #AD924B

Color information

#AD924B (or 0xAD924B) is unknown color: approx Husk. HEX triplet: AD, 92 and 4B. RGB value is (173,146,75). Sum of RGB (Red+Green+Blue) = 173+146+75=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD924B is #526DB4. Grayscale: #929292. Windows color (decimal): -5402037 or 4952749. OLE color: 4952749.

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

Color convert

RGB17314675-
CMYK00.160.570.32
HSL43.47º39.52%48.63%-
HSV(B)43.47º56.65%67.84%-
XYZ28.7829.9510.92-
YUV145.9887.95147.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=43.91%
G=37.06%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731467500.160.570.3243.4739.5248.63
HexAD924B01039202b2831
Octal2552221130207140535061
Binary10101101100100101001011010000111001100000101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD924B; }

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

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

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

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

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

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

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

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