#A7963E

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

Shades of Turmeric #A7963E

Tints of Turmeric #A7963E

Color information

#A7963E (or 0xA7963E) is unknown color: approx Turmeric. HEX triplet: A7, 96 and 3E. RGB value is (167,150,62). Sum of RGB (Red+Green+Blue) = 167+150+62=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7963E is #5869C1. Grayscale: #919191. Windows color (decimal): -5794242 or 4101799. OLE color: 4101799.

HSL color Cylindrical-coordinate representation of color #A7963E: hue angle of 50.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7963E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16715062-
CMYK00.100.630.35
HSL50.29º45.85%44.9%-
HSV(B)50.29º62.87%65.49%-
XYZ27.7130.388.96-
YUV145.0581.13143.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=44.06%
G=39.58%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671506200.100.630.3550.2945.8544.9
HexA7963E0A3F23322e2d
Octal247226760127743625655
Binary101001111001011011111001010111111100011110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7963E; }

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

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

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

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

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

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

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

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