#A69843

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

Shades of Turmeric #A69843

Tints of Turmeric #A69843

Color information

#A69843 (or 0xA69843) is unknown color: approx Turmeric. HEX triplet: A6, 98 and 43. RGB value is (166,152,67). Sum of RGB (Red+Green+Blue) = 166+152+67=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A69843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69843 is #5967BC. Grayscale: #929292. Windows color (decimal): -5859261 or 4429990. OLE color: 4429990.

HSL color Cylindrical-coordinate representation of color #A69843: hue angle of 51.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A69843 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16615267-
CMYK00.080.600.35
HSL51.52º42.49%45.69%-
HSV(B)51.52º59.64%65.1%-
XYZ27.9730.979.81-
YUV146.583.14141.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 67 (26.56% from 255) = 17.40%
R=43.12%
G=39.48%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661526700.080.600.3551.5242.4945.69
HexA69843083C23342a2e
Octal2462301030107443645256
Binary1010011010011000100001101000111100100011110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69843; }

 p { color: rgb(166,152,67); }

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

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

 a { background-color: rgb(166,152,67); }

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

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

 span { border-color: rgb(166,152,67); }

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