#AB993E

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

Shades of Turmeric #AB993E

Tints of Turmeric #AB993E

Color information

#AB993E (or 0xAB993E) is unknown color: approx Turmeric. HEX triplet: AB, 99 and 3E. RGB value is (171,153,62). Sum of RGB (Red+Green+Blue) = 171+153+62=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB993E is #5466C1. Grayscale: #949494. Windows color (decimal): -5531330 or 4102571. OLE color: 4102571.

HSL color Cylindrical-coordinate representation of color #AB993E: hue angle of 50.09º 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 #AB993E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17115362-
CMYK00.110.640.33
HSL50.09º46.78%45.69%-
HSV(B)50.09º63.74%67.06%-
XYZ29.0631.799.16-
YUV148.0179.46144.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=44.30%
G=39.64%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711536200.110.640.3350.0946.7845.69
HexAB993E0B4021322f2e
Octal2532317601310041625756
Binary1010101110011001111110010111000000100001110010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB993E; }

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

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

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

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

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

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

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

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