#A29646

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

Shades of Turmeric #A29646

Tints of Turmeric #A29646

Color information

#A29646 (or 0xA29646) is unknown color: approx Turmeric. HEX triplet: A2, 96 and 46. RGB value is (162,150,70). Sum of RGB (Red+Green+Blue) = 162+150+70=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A29646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29646 is #5D69B9. Grayscale: #909090. Windows color (decimal): -6121914 or 4626082. OLE color: 4626082.

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

Color convert

RGB16215070-
CMYK00.070.570.36
HSL52.17º39.66%45.49%-
HSV(B)52.17º56.79%63.53%-
XYZ26.9129.9410.15-
YUV144.4785.98140.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=42.41%
G=39.27%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621507000.070.570.3652.1739.6645.49
HexA2964607392434282d
Octal242226106077144645055
Binary101000101001011010001100111111001100100110100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29646; }

 p { color: rgb(162,150,70); }

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

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

 a { background-color: rgb(162,150,70); }

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

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

 span { border-color: rgb(162,150,70); }

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