#A69048

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

Shades of Turmeric #A69048

Tints of Turmeric #A69048

Color information

#A69048 (or 0xA69048) is unknown color: approx Turmeric. HEX triplet: A6, 90 and 48. RGB value is (166,144,72). Sum of RGB (Red+Green+Blue) = 166+144+72=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69048 is #596FB7. Grayscale: #8E8E8E. Windows color (decimal): -5861304 or 4755622. OLE color: 4755622.

HSL color Cylindrical-coordinate representation of color #A69048: hue angle of 45.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A69048 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16614472-
CMYK00.130.570.35
HSL45.96º39.5%46.67%-
HSV(B)45.96º56.63%65.1%-
XYZ26.8728.5210.22-
YUV142.3788.29144.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=43.46%
G=37.70%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661447200.130.570.3545.9639.546.67
HexA690480D39232e272f
Octal2462201100157143564757
Binary1010011010010000100100001101111001100011101110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69048; }

 p { color: rgb(166,144,72); }

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

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

 a { background-color: rgb(166,144,72); }

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

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

 span { border-color: rgb(166,144,72); }

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