#a98c4a

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

Shades of Turmeric #A98C4A

Tints of Turmeric #A98C4A

Color information

#A98C4A (or 0xA98C4A) is unknown color: approx Turmeric. HEX triplet: A9, 8C and 4A. RGB value is (169,140,74). Sum of RGB (Red+Green+Blue) = 169+140+74=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C4A is #5673B5. Grayscale: #8D8D8D. Windows color (decimal): -5665718 or 4885673. OLE color: 4885673.

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

Color convert

RGB16914074-
CMYK00.170.560.34
HSL41.68º39.09%47.65%-
HSV(B)41.68º56.21%66.27%-
XYZ26.9827.6910.4-
YUV141.1590.11147.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=44.13%
G=36.55%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691407400.170.560.3441.6839.0947.65
HexA98C4A01138222a2730
Octal2512141120217042524760
Binary10101001100011001001010010001111000100010101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98c4a; }

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

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

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

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

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

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

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

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