#A99545

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

Shades of Turmeric #A99545

Tints of Turmeric #A99545

Color information

#A99545 (or 0xA99545) is unknown color: approx Turmeric. HEX triplet: A9, 95 and 45. RGB value is (169,149,69). Sum of RGB (Red+Green+Blue) = 169+149+69=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A99545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99545 is #566ABA. Grayscale: #929292. Windows color (decimal): -5663419 or 4560297. OLE color: 4560297.

HSL color Cylindrical-coordinate representation of color #A99545: hue angle of 48º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A99545 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16914969-
CMYK00.120.590.34
HSL48º42.02%46.67%-
HSV(B)48º59.17%66.27%-
XYZ28.1830.3610-
YUV145.8684.63144.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=43.67%
G=38.50%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691496900.120.590.344842.0246.67
HexA995450C3B22302a2f
Octal2512251050147342605257
Binary1010100110010101100010101100111011100010110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99545; }

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

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

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

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

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

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

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

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