#AB9148

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

Shades of Turmeric #AB9148

Tints of Turmeric #AB9148

Color information

#AB9148 (or 0xAB9148) is unknown color: approx Turmeric. HEX triplet: AB, 91 and 48. RGB value is (171,145,72). Sum of RGB (Red+Green+Blue) = 171+145+72=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9148 is #546EB7. Grayscale: #909090. Windows color (decimal): -5533368 or 4755883. OLE color: 4755883.

HSL color Cylindrical-coordinate representation of color #AB9148: hue angle of 44.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB9148 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17114572-
CMYK00.150.580.33
HSL44.24º40.74%47.65%-
HSV(B)44.24º57.89%67.06%-
XYZ28.0929.3810.32-
YUV144.4587.11146.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=44.07%
G=37.37%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711457200.150.580.3344.2440.7447.65
HexAB91480F3A212c2930
Octal2532211100177241545160
Binary1010101110010001100100001111111010100001101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9148; }

 p { color: rgb(171,145,72); }

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

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

 a { background-color: rgb(171,145,72); }

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

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

 span { border-color: rgb(171,145,72); }

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