#AB963F

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

Shades of Turmeric #AB963F

Tints of Turmeric #AB963F

Color information

#AB963F (or 0xAB963F) is unknown color: approx Turmeric. HEX triplet: AB, 96 and 3F. RGB value is (171,150,63). Sum of RGB (Red+Green+Blue) = 171+150+63=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB963F is #5469C0. Grayscale: #929292. Windows color (decimal): -5532097 or 4167339. OLE color: 4167339.

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

Color convert

RGB17115063-
CMYK00.120.630.33
HSL48.33º46.15%45.88%-
HSV(B)48.33º63.16%67.06%-
XYZ28.630.839.15-
YUV146.3680.96145.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 63 (25% from 255) = 16.41%
R=44.53%
G=39.06%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711506300.120.630.3348.3346.1545.88
HexAB963F0C3F21302e2e
Octal253226770147741605656
Binary101010111001011011111101100111111100001110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB963F; }

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

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

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

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

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

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

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

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