#A29745

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

Shades of Turmeric #A29745

Tints of Turmeric #A29745

Color information

#A29745 (or 0xA29745) is unknown color: approx Turmeric. HEX triplet: A2, 97 and 45. RGB value is (162,151,69). Sum of RGB (Red+Green+Blue) = 162+151+69=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A29745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29745 is #5D68BA. Grayscale: #919191. Windows color (decimal): -6121659 or 4560802. OLE color: 4560802.

HSL color Cylindrical-coordinate representation of color #A29745: hue angle of 52.9º 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 #A29745 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16215169-
CMYK00.070.570.36
HSL52.9º40.26%45.29%-
HSV(B)52.9º57.41%63.53%-
XYZ27.0430.2410.04-
YUV144.9485.14140.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=42.41%
G=39.53%
B=18.06%

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
Decimal1621516900.070.570.3652.940.2645.29
HexA2974507392435282d
Octal242227105077144655055
Binary101000101001011110001010111111001100100110101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29745; }

 p { color: rgb(162,151,69); }

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

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

 a { background-color: rgb(162,151,69); }

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

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

 span { border-color: rgb(162,151,69); }

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