#AD934B

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

Shades of Husk #AD934B

Tints of Husk #AD934B

Color information

#AD934B (or 0xAD934B) is unknown color: approx Husk. HEX triplet: AD, 93 and 4B. RGB value is (173,147,75). Sum of RGB (Red+Green+Blue) = 173+147+75=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD934B is #526CB4. Grayscale: #929292. Windows color (decimal): -5401781 or 4953005. OLE color: 4953005.

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

Color convert

RGB17314775-
CMYK00.150.570.32
HSL44.08º39.52%48.63%-
HSV(B)44.08º56.65%67.84%-
XYZ28.9430.2610.97-
YUV146.5787.61146.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=43.80%
G=37.22%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731477500.150.570.3244.0839.5248.63
HexAD934B0F39202c2831
Octal2552231130177140545061
Binary1010110110010011100101101111111001100000101100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD934B; }

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

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

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

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

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

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

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

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