#A98E4A

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

Shades of Turmeric #A98E4A

Tints of Turmeric #A98E4A

Color information

#A98E4A (or 0xA98E4A) is unknown color: approx Turmeric. HEX triplet: A9, 8E and 4A. RGB value is (169,142,74). Sum of RGB (Red+Green+Blue) = 169+142+74=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E4A is #5671B5. Grayscale: #8E8E8E. Windows color (decimal): -5665206 or 4886185. OLE color: 4886185.

HSL color Cylindrical-coordinate representation of color #A98E4A: hue angle of 42.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A98E4A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB16914274-
CMYK00.160.560.34
HSL42.95º39.09%47.65%-
HSV(B)42.95º56.21%66.27%-
XYZ27.2728.2810.5-
YUV142.3289.45147.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=43.90%
G=36.88%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691427400.160.560.3442.9539.0947.65
HexA98E4A01038222b2730
Octal2512161120207042534760
Binary10101001100011101001010010000111000100010101011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E4A; }

 p { color: rgb(169,142,74); }

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

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

 a { background-color: rgb(169,142,74); }

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

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

 span { border-color: rgb(169,142,74); }

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