#A56478

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

Shades of Turkish Rose #A56478

Tints of Turkish Rose #A56478

Color information

#A56478 (or 0xA56478) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 78. RGB value is (165,100,120). Sum of RGB (Red+Green+Blue) = 165+100+120=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A56478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56478 is #5A9B87. Grayscale: #797979. Windows color (decimal): -5938056 or 7890085. OLE color: 7890085.

HSL color Cylindrical-coordinate representation of color #A56478: hue angle of 341.54º 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 #A56478 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165100120-
CMYK00.390.270.35
HSL341.54º26.53%51.96%-
HSV(B)341.54º39.39%64.71%-
XYZ23.4618.4720.1-
YUV121.72127.03158.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=42.86%
G=25.97%
B=31.17%

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
Decimal16510012000.390.270.35341.5426.5351.96
HexA564780271B231561b34
Octal24514417004733435263364
Binary101001011100100111100001001111101110001110101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56478; }

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

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

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

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

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

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

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

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