#A56479

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

Shades of Turkish Rose #A56479

Tints of Turkish Rose #A56479

Color information

#A56479 (or 0xA56479) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 79. RGB value is (165,100,121). Sum of RGB (Red+Green+Blue) = 165+100+121=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A56479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56479 is #5A9B86. Grayscale: #797979. Windows color (decimal): -5938055 or 7955621. OLE color: 7955621.

HSL color Cylindrical-coordinate representation of color #A56479: hue angle of 340.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56479 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165100121-
CMYK00.390.270.35
HSL340.62º26.53%51.96%-
HSV(B)340.62º39.39%64.71%-
XYZ23.5318.4920.42-
YUV121.83127.53158.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=42.75%
G=25.91%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510012100.390.270.35340.6226.5351.96
HexA564790271B231551b34
Octal24514417104733435253364
Binary101001011100100111100101001111101110001110101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56479; }

 p { color: rgb(165,100,121); }

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

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

 a { background-color: rgb(165,100,121); }

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

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

 span { border-color: rgb(165,100,121); }

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