#AB934D

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

Shades of Husk #AB934D

Tints of Husk #AB934D

Color information

#AB934D (or 0xAB934D) is unknown color: approx Husk. HEX triplet: AB, 93 and 4D. RGB value is (171,147,77). Sum of RGB (Red+Green+Blue) = 171+147+77=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB934D is #546CB2. Grayscale: #929292. Windows color (decimal): -5532851 or 5084075. OLE color: 5084075.

HSL color Cylindrical-coordinate representation of color #AB934D: hue angle of 44.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB934D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17114777-
CMYK00.140.550.33
HSL44.68º37.9%48.63%-
HSV(B)44.68º54.97%67.06%-
XYZ28.5730.0611.32-
YUV146.288.95145.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=43.29%
G=37.22%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711477700.140.550.3344.6837.948.63
HexAB934D0E37212d2631
Octal2532231150166741554661
Binary1010101110010011100110101110110111100001101101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB934D; }

 p { color: rgb(171,147,77); }

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

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

 a { background-color: rgb(171,147,77); }

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

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

 span { border-color: rgb(171,147,77); }

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