#A98D48

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

Shades of Turmeric #A98D48

Tints of Turmeric #A98D48

Color information

#A98D48 (or 0xA98D48) is unknown color: approx Turmeric. HEX triplet: A9, 8D and 48. RGB value is (169,141,72). Sum of RGB (Red+Green+Blue) = 169+141+72=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D48 is #5672B7. Grayscale: #8D8D8D. Windows color (decimal): -5665464 or 4754857. OLE color: 4754857.

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

Color convert

RGB16914172-
CMYK00.170.570.34
HSL42.68º40.25%47.25%-
HSV(B)42.68º57.4%66.27%-
XYZ27.0627.9510.1-
YUV141.5188.78147.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=44.24%
G=36.91%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691417200.170.570.3442.6840.2547.25
HexA98D4801139222b282f
Octal2512151100217142535057
Binary10101001100011011001000010001111001100010101011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D48; }

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

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

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

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

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

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

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

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