#A56163

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

Shades of Turkish Rose #A56163

Tints of Turkish Rose #A56163

Color information

#A56163 (or 0xA56163) is unknown color: approx Turkish Rose. HEX triplet: A5, 61 and 63. RGB value is (165,97,99). Sum of RGB (Red+Green+Blue) = 165+97+99=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56163 is #5A9E9C. Grayscale: #757575. Windows color (decimal): -5938845 or 6513061. OLE color: 6513061.

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

Color convert

RGB1659799-
CMYK00.410.400.35
HSL358.24º27.42%51.37%-
HSV(B)358.24º41.21%64.71%-
XYZ22.0417.4514.01-
YUV117.56117.53161.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=45.71%
G=26.87%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165979900.410.400.35358.2427.4251.37
HexA5616302928231661b33
Octal24514114305150435463363
Binary1010010111000011100011010100110100010001110110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56163; }

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

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

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

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

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

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

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

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