#AB913F

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

Shades of Turmeric #AB913F

Tints of Turmeric #AB913F

Color information

#AB913F (or 0xAB913F) is unknown color: approx Turmeric. HEX triplet: AB, 91 and 3F. RGB value is (171,145,63). Sum of RGB (Red+Green+Blue) = 171+145+63=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB913F is #546EC0. Grayscale: #8F8F8F. Windows color (decimal): -5533377 or 4166059. OLE color: 4166059.

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

Color convert

RGB17114563-
CMYK00.150.630.33
HSL45.56º46.15%45.88%-
HSV(B)45.56º63.16%67.06%-
XYZ27.8229.278.89-
YUV143.4382.61147.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 63 (25% from 255) = 16.62%
R=45.12%
G=38.26%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711456300.150.630.3345.5646.1545.88
HexAB913F0F3F212e2e2e
Octal253221770177741565656
Binary101010111001000111111101111111111100001101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB913F; }

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

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

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

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

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

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

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

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