#AB933F

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

Shades of Turmeric #AB933F

Tints of Turmeric #AB933F

Color information

#AB933F (or 0xAB933F) is unknown color: approx Turmeric. HEX triplet: AB, 93 and 3F. RGB value is (171,147,63). Sum of RGB (Red+Green+Blue) = 171+147+63=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB933F is #546CC0. Grayscale: #909090. Windows color (decimal): -5532865 or 4166571. OLE color: 4166571.

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

Color convert

RGB17114763-
CMYK00.140.630.33
HSL46.67º46.15%45.88%-
HSV(B)46.67º63.16%67.06%-
XYZ28.1329.888.99-
YUV144.681.95146.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 63 (25% from 255) = 16.54%
R=44.88%
G=38.58%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711476300.140.630.3346.6746.1545.88
HexAB933F0E3F212f2e2e
Octal253223770167741575656
Binary101010111001001111111101110111111100001101111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB933F; }

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

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

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

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

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

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

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

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