#AB963E

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

Shades of Turmeric #AB963E

Tints of Turmeric #AB963E

Color information

#AB963E (or 0xAB963E) is unknown color: approx Turmeric. HEX triplet: AB, 96 and 3E. RGB value is (171,150,62). Sum of RGB (Red+Green+Blue) = 171+150+62=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB963E is #5469C1. Grayscale: #929292. Windows color (decimal): -5532098 or 4101803. OLE color: 4101803.

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

Color convert

RGB17115062-
CMYK00.120.640.33
HSL48.44º46.78%45.69%-
HSV(B)48.44º63.74%67.06%-
XYZ28.5730.829-
YUV146.2580.46145.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=44.65%
G=39.16%
B=16.19%

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
Decimal1711506200.120.640.3348.4446.7845.69
HexAB963E0C4021302f2e
Octal2532267601410041605756
Binary1010101110010110111110011001000000100001110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB963E; }

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

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

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

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

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

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

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

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