#A78F4C

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

Shades of Turmeric #A78F4C

Tints of Turmeric #A78F4C

Color information

#A78F4C (or 0xA78F4C) is unknown color: approx Turmeric. HEX triplet: A7, 8F and 4C. RGB value is (167,143,76). Sum of RGB (Red+Green+Blue) = 167+143+76=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F4C is #5870B3. Grayscale: #8E8E8E. Windows color (decimal): -5796020 or 5017511. OLE color: 5017511.

HSL color Cylindrical-coordinate representation of color #A78F4C: hue angle of 44.18º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A78F4C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16714376-
CMYK00.140.540.35
HSL44.18º37.45%47.65%-
HSV(B)44.18º54.49%65.49%-
XYZ27.0628.3810.89-
YUV142.5490.45145.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=43.26%
G=37.05%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671437600.140.540.3544.1837.4547.65
HexA78F4C0E36232c2530
Octal2472171140166643544560
Binary1010011110001111100110001110110110100011101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F4C; }

 p { color: rgb(167,143,76); }

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

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

 a { background-color: rgb(167,143,76); }

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

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

 span { border-color: rgb(167,143,76); }

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