#A89248

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

Shades of Turmeric #A89248

Tints of Turmeric #A89248

Color information

#A89248 (or 0xA89248) is unknown color: approx Turmeric. HEX triplet: A8, 92 and 48. RGB value is (168,146,72). Sum of RGB (Red+Green+Blue) = 168+146+72=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89248 is #576DB7. Grayscale: #909090. Windows color (decimal): -5729720 or 4756136. OLE color: 4756136.

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

Color convert

RGB16814672-
CMYK00.130.570.34
HSL46.25º40%47.06%-
HSV(B)46.25º57.14%65.88%-
XYZ27.629.3510.34-
YUV144.1487.29145.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=43.52%
G=37.82%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681467200.130.570.3446.254047.06
HexA892480D39222e282f
Octal2502221100157142565057
Binary1010100010010010100100001101111001100010101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89248; }

 p { color: rgb(168,146,72); }

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

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

 a { background-color: rgb(168,146,72); }

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

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

 span { border-color: rgb(168,146,72); }

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