#A46379

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

Shades of Turkish Rose #A46379

Tints of Turkish Rose #A46379

Color information

#A46379 (or 0xA46379) is unknown color: approx Turkish Rose. HEX triplet: A4, 63 and 79. RGB value is (164,99,121). Sum of RGB (Red+Green+Blue) = 164+99+121=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A46379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46379 is #5B9C86. Grayscale: #787878. Windows color (decimal): -6003847 or 7955364. OLE color: 7955364.

HSL color Cylindrical-coordinate representation of color #A46379: hue angle of 339.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46379 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16499121-
CMYK00.400.260.36
HSL339.69º26.32%51.57%-
HSV(B)339.69º39.63%64.31%-
XYZ23.2218.220.38-
YUV120.94128.03158.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=42.71%
G=25.78%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649912100.400.260.36339.6926.3251.57
HexA463790281A241541a34
Octal24414317105032445243264
Binary101001001100011111100101010001101010010010101010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46379; }

 p { color: rgb(164,99,121); }

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

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

 a { background-color: rgb(164,99,121); }

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

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

 span { border-color: rgb(164,99,121); }

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