#A98E48

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

Shades of Turmeric #A98E48

Tints of Turmeric #A98E48

Color information

#A98E48 (or 0xA98E48) is unknown color: approx Turmeric. HEX triplet: A9, 8E and 48. RGB value is (169,142,72). Sum of RGB (Red+Green+Blue) = 169+142+72=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E48 is #5671B7. Grayscale: #8E8E8E. Windows color (decimal): -5665208 or 4755113. OLE color: 4755113.

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

Color convert

RGB16914272-
CMYK00.160.570.34
HSL43.3º40.25%47.25%-
HSV(B)43.3º57.4%66.27%-
XYZ27.228.2510.15-
YUV142.0988.45147.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=44.13%
G=37.08%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691427200.160.570.3443.340.2547.25
HexA98E4801039222b282f
Octal2512161100207142535057
Binary10101001100011101001000010000111001100010101011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E48; }

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

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

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

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

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

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

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

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