#A56063

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

Shades of Turkish Rose #A56063

Tints of Turkish Rose #A56063

Color information

#A56063 (or 0xA56063) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 63. RGB value is (165,96,99). Sum of RGB (Red+Green+Blue) = 165+96+99=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A56063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56063 is #5A9F9C. Grayscale: #757575. Windows color (decimal): -5939101 or 6512805. OLE color: 6512805.

HSL color Cylindrical-coordinate representation of color #A56063: hue angle of 357.39º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56063 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1659699-
CMYK00.420.400.35
HSL357.39º27.71%51.18%-
HSV(B)357.39º41.82%64.71%-
XYZ21.9517.2713.98-
YUV116.97117.86162.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=45.83%
G=26.67%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165969900.420.400.35357.3927.7151.18
HexA5606302A28231651c33
Octal24514014305250435453463
Binary1010010111000001100011010101010100010001110110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56063; }

 p { color: rgb(165,96,99); }

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

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

 a { background-color: rgb(165,96,99); }

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

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

 span { border-color: rgb(165,96,99); }

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