#A8963D

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

Shades of Turmeric #A8963D

Tints of Turmeric #A8963D

Color information

#A8963D (or 0xA8963D) is unknown color: approx Turmeric. HEX triplet: A8, 96 and 3D. RGB value is (168,150,61). Sum of RGB (Red+Green+Blue) = 168+150+61=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8963D is #5769C2. Grayscale: #919191. Windows color (decimal): -5728707 or 4036264. OLE color: 4036264.

HSL color Cylindrical-coordinate representation of color #A8963D: hue angle of 49.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8963D is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16815061-
CMYK00.110.640.34
HSL49.91º46.72%44.9%-
HSV(B)49.91º63.69%65.88%-
XYZ27.930.478.83-
YUV145.2480.46144.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=44.33%
G=39.58%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681506100.110.640.3449.9146.7244.9
HexA8963D0B4022322f2d
Octal2502267501310042625755
Binary1010100010010110111101010111000000100010110010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8963D; }

 p { color: rgb(168,150,61); }

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

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

 a { background-color: rgb(168,150,61); }

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

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

 span { border-color: rgb(168,150,61); }

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