#A9973D

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

Shades of Turmeric #A9973D

Tints of Turmeric #A9973D

Color information

#A9973D (or 0xA9973D) is unknown color: approx Turmeric. HEX triplet: A9, 97 and 3D. RGB value is (169,151,61). Sum of RGB (Red+Green+Blue) = 169+151+61=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9973D is #5668C2. Grayscale: #929292. Windows color (decimal): -5662915 or 4036521. OLE color: 4036521.

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

Color convert

RGB16915161-
CMYK00.110.640.34
HSL50º46.96%45.1%-
HSV(B)50º63.91%66.27%-
XYZ28.2730.918.89-
YUV146.1279.96144.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=44.36%
G=39.63%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691516100.110.640.345046.9645.1
HexA9973D0B4022322f2d
Octal2512277501310042625755
Binary1010100110010111111101010111000000100010110010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9973D; }

 p { color: rgb(169,151,61); }

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

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

 a { background-color: rgb(169,151,61); }

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

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

 span { border-color: rgb(169,151,61); }

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