#A98F4C

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

Shades of Turmeric #A98F4C

Tints of Turmeric #A98F4C

Color information

#A98F4C (or 0xA98F4C) is unknown color: approx Turmeric. HEX triplet: A9, 8F and 4C. RGB value is (169,143,76). Sum of RGB (Red+Green+Blue) = 169+143+76=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F4C is #5670B3. Grayscale: #8F8F8F. Windows color (decimal): -5664948 or 5017513. OLE color: 5017513.

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

Color convert

RGB16914376-
CMYK00.150.550.34
HSL43.23º37.96%48.04%-
HSV(B)43.23º55.03%66.27%-
XYZ27.4928.610.91-
YUV143.1490.11146.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 76 (30.08% from 255) = 19.59%
R=43.56%
G=36.86%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691437600.150.550.3443.2337.9648.04
HexA98F4C0F37222b2630
Octal2512171140176742534660
Binary1010100110001111100110001111110111100010101011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F4C; }

 p { color: rgb(169,143,76); }

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

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

 a { background-color: rgb(169,143,76); }

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

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

 span { border-color: rgb(169,143,76); }

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