#AB993B

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

Shades of Turmeric #AB993B

Tints of Turmeric #AB993B

Color information

#AB993B (or 0xAB993B) is unknown color: approx Turmeric. HEX triplet: AB, 99 and 3B. RGB value is (171,153,59). Sum of RGB (Red+Green+Blue) = 171+153+59=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB993B is #5466C4. Grayscale: #949494. Windows color (decimal): -5531333 or 3905963. OLE color: 3905963.

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

Color convert

RGB17115359-
CMYK00.110.650.33
HSL50.36º48.7%45.1%-
HSV(B)50.36º65.5%67.06%-
XYZ28.9831.768.74-
YUV147.6777.96144.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 59 (23.44% from 255) = 15.40%
R=44.65%
G=39.95%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711535900.110.650.3350.3648.745.1
HexAB993B0B412132312d
Octal2532317301310141626155
Binary1010101110011001111011010111000001100001110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB993B; }

 p { color: rgb(171,153,59); }

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

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

 a { background-color: rgb(171,153,59); }

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

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

 span { border-color: rgb(171,153,59); }

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