#AB973E

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

Shades of Turmeric #AB973E

Tints of Turmeric #AB973E

Color information

#AB973E (or 0xAB973E) is unknown color: approx Turmeric. HEX triplet: AB, 97 and 3E. RGB value is (171,151,62). Sum of RGB (Red+Green+Blue) = 171+151+62=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB973E is #5468C1. Grayscale: #939393. Windows color (decimal): -5531842 or 4102059. OLE color: 4102059.

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

Color convert

RGB17115162-
CMYK00.120.640.33
HSL48.99º46.78%45.69%-
HSV(B)48.99º63.74%67.06%-
XYZ28.7331.149.05-
YUV146.8380.13145.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 62 (24.61% from 255) = 16.15%
R=44.53%
G=39.32%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711516200.120.640.3348.9946.7845.69
HexAB973E0C4021312f2e
Octal2532277601410041615756
Binary1010101110010111111110011001000000100001110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB973E; }

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

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

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

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

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

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

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

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