#A99248

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

Shades of Turmeric #A99248

Tints of Turmeric #A99248

Color information

#A99248 (or 0xA99248) is unknown color: approx Turmeric. HEX triplet: A9, 92 and 48. RGB value is (169,146,72). Sum of RGB (Red+Green+Blue) = 169+146+72=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A99248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99248 is #566DB7. Grayscale: #909090. Windows color (decimal): -5664184 or 4756137. OLE color: 4756137.

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

Color convert

RGB16914672-
CMYK00.140.570.34
HSL45.77º40.25%47.25%-
HSV(B)45.77º57.4%66.27%-
XYZ27.8129.4610.35-
YUV144.4487.12145.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=43.67%
G=37.73%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691467200.140.570.3445.7740.2547.25
HexA992480E39222e282f
Octal2512221100167142565057
Binary1010100110010010100100001110111001100010101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99248; }

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

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

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

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

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

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

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

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