#AB943E

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

Shades of Turmeric #AB943E

Tints of Turmeric #AB943E

Color information

#AB943E (or 0xAB943E) is unknown color: approx Turmeric. HEX triplet: AB, 94 and 3E. RGB value is (171,148,62). Sum of RGB (Red+Green+Blue) = 171+148+62=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB943E is #546BC1. Grayscale: #919191. Windows color (decimal): -5532610 or 4101291. OLE color: 4101291.

HSL color Cylindrical-coordinate representation of color #AB943E: hue angle of 47.34º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB943E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17114862-
CMYK00.130.640.33
HSL47.34º46.78%45.69%-
HSV(B)47.34º63.74%67.06%-
XYZ28.2530.198.89-
YUV145.0781.12146.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 62 (24.61% from 255) = 16.27%
R=44.88%
G=38.85%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711486200.130.640.3347.3446.7845.69
HexAB943E0D40212f2f2e
Octal2532247601510041575756
Binary1010101110010100111110011011000000100001101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB943E; }

 p { color: rgb(171,148,62); }

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

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

 a { background-color: rgb(171,148,62); }

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

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

 span { border-color: rgb(171,148,62); }

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