#A56B70

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

Shades of Turkish Rose #A56B70

Tints of Turkish Rose #A56B70

Color information

#A56B70 (or 0xA56B70) is unknown color: approx Turkish Rose. HEX triplet: A5, 6B and 70. RGB value is (165,107,112). Sum of RGB (Red+Green+Blue) = 165+107+112=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B70 is #5A948F. Grayscale: #7C7C7C. Windows color (decimal): -5936272 or 7367589. OLE color: 7367589.

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

Color convert

RGB165107112-
CMYK00.350.320.35
HSL354.83º24.37%53.33%-
HSV(B)354.83º35.15%64.71%-
XYZ23.719.6817.88-
YUV124.91120.72156.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=42.97%
G=27.86%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510711200.350.320.35354.8324.3753.33
HexA56B7002320231631835
Octal24515316004340435433065
Binary1010010111010111110000010001110000010001110110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B70; }

 p { color: rgb(165,107,112); }

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

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

 a { background-color: rgb(165,107,112); }

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

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

 span { border-color: rgb(165,107,112); }

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