#A56973

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

Shades of Turkish Rose #A56973

Tints of Turkish Rose #A56973

Color information

#A56973 (or 0xA56973) is unknown color: approx Turkish Rose. HEX triplet: A5, 69 and 73. RGB value is (165,105,115). Sum of RGB (Red+Green+Blue) = 165+105+115=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A56973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56973 is #5A968C. Grayscale: #7C7C7C. Windows color (decimal): -5936781 or 7563685. OLE color: 7563685.

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

Color convert

RGB165105115-
CMYK00.360.300.35
HSL350º25%52.94%-
HSV(B)350º36.36%64.71%-
XYZ23.6619.3418.71-
YUV124.08122.88157.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=42.86%
G=27.27%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510511500.360.300.353502552.94
HexA569730241E2315e1935
Octal24515116304436435363165
Binary101001011101001111001101001001111010001110101111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56973; }

 p { color: rgb(165,105,115); }

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

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

 a { background-color: rgb(165,105,115); }

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

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

 span { border-color: rgb(165,105,115); }

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