#A39943

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

Shades of Turmeric #A39943

Tints of Turmeric #A39943

Color information

#A39943 (or 0xA39943) is unknown color: approx Turmeric. HEX triplet: A3, 99 and 43. RGB value is (163,153,67). Sum of RGB (Red+Green+Blue) = 163+153+67=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A39943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39943 is #5C66BC. Grayscale: #929292. Windows color (decimal): -6055613 or 4430243. OLE color: 4430243.

HSL color Cylindrical-coordinate representation of color #A39943: hue angle of 53.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A39943 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16315367-
CMYK00.060.590.36
HSL53.75º41.74%45.1%-
HSV(B)53.75º58.9%63.92%-
XYZ27.5130.979.84-
YUV146.1983.31139.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 67 (26.56% from 255) = 17.49%
R=42.56%
G=39.95%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631536700.060.590.3653.7541.7445.1
HexA39943063B24362a2d
Octal243231103067344665255
Binary101000111001100110000110110111011100100110110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39943; }

 p { color: rgb(163,153,67); }

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

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

 a { background-color: rgb(163,153,67); }

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

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

 span { border-color: rgb(163,153,67); }

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