#AD9843

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

Shades of Husk #AD9843

Tints of Husk #AD9843

Color information

#AD9843 (or 0xAD9843) is unknown color: approx Husk. HEX triplet: AD, 98 and 43. RGB value is (173,152,67). Sum of RGB (Red+Green+Blue) = 173+152+67=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9843 is #5267BC. Grayscale: #949494. Windows color (decimal): -5400509 or 4429997. OLE color: 4429997.

HSL color Cylindrical-coordinate representation of color #AD9843: hue angle of 48.11º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD9843 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17315267-
CMYK00.120.610.32
HSL48.11º44.17%47.06%-
HSV(B)48.11º61.27%67.84%-
XYZ29.4731.759.88-
YUV148.5981.96145.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=44.13%
G=38.78%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731526700.120.610.3248.1144.1747.06
HexAD98430C3D20302c2f
Octal2552301030147540605457
Binary1010110110011000100001101100111101100000110000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9843; }

 p { color: rgb(173,152,67); }

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

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

 a { background-color: rgb(173,152,67); }

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

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

 span { border-color: rgb(173,152,67); }

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