#A29545

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

Shades of Turmeric #A29545

Tints of Turmeric #A29545

Color information

#A29545 (or 0xA29545) is unknown color: approx Turmeric. HEX triplet: A2, 95 and 45. RGB value is (162,149,69). Sum of RGB (Red+Green+Blue) = 162+149+69=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A29545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29545 is #5D6ABA. Grayscale: #909090. Windows color (decimal): -6122171 or 4560290. OLE color: 4560290.

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

Color convert

RGB16214969-
CMYK00.080.570.36
HSL51.61º40.26%45.29%-
HSV(B)51.61º57.41%63.53%-
XYZ26.7229.619.94-
YUV143.7785.81141-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=42.63%
G=39.21%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621496900.080.570.3651.6140.2645.29
HexA2954508392434282d
Octal2422251050107144645055
Binary1010001010010101100010101000111001100100110100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29545; }

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

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

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

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

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

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

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

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