#A89A41

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

Shades of Turmeric #A89A41

Tints of Turmeric #A89A41

Color information

#A89A41 (or 0xA89A41) is unknown color: approx Turmeric. HEX triplet: A8, 9A and 41. RGB value is (168,154,65). Sum of RGB (Red+Green+Blue) = 168+154+65=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A41 is #5765BE. Grayscale: #949494. Windows color (decimal): -5727679 or 4299432. OLE color: 4299432.

HSL color Cylindrical-coordinate representation of color #A89A41: hue angle of 51.84º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A89A41 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16815465-
CMYK00.080.610.34
HSL51.84º44.21%45.69%-
HSV(B)51.84º61.31%65.88%-
XYZ28.6631.829.63-
YUV148.0481.14142.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=43.41%
G=39.79%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681546500.080.610.3451.8444.2145.69
HexA89A41083D22342c2e
Octal2502321010107542645456
Binary1010100010011010100000101000111101100010110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A41; }

 p { color: rgb(168,154,65); }

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

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

 a { background-color: rgb(168,154,65); }

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

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

 span { border-color: rgb(168,154,65); }

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