#AB934E

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

Shades of Husk #AB934E

Tints of Husk #AB934E

Color information

#AB934E (or 0xAB934E) is unknown color: approx Husk. HEX triplet: AB, 93 and 4E. RGB value is (171,147,78). Sum of RGB (Red+Green+Blue) = 171+147+78=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB934E is #546CB1. Grayscale: #929292. Windows color (decimal): -5532850 or 5149611. OLE color: 5149611.

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

Color convert

RGB17114778-
CMYK00.140.540.33
HSL44.52º37.35%48.82%-
HSV(B)44.52º54.39%67.06%-
XYZ28.630.0811.51-
YUV146.3189.45145.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=43.18%
G=37.12%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711477800.140.540.3344.5237.3548.82
HexAB934E0E36212d2531
Octal2532231160166641554561
Binary1010101110010011100111001110110110100001101101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB934E; }

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

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

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

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

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

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

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

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