#A36573

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

Shades of Turkish Rose #A36573

Tints of Turkish Rose #A36573

Color information

#A36573 (or 0xA36573) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 73. RGB value is (163,101,115). Sum of RGB (Red+Green+Blue) = 163+101+115=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A36573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36573 is #5C9A8C. Grayscale: #797979. Windows color (decimal): -6068877 or 7562659. OLE color: 7562659.

HSL color Cylindrical-coordinate representation of color #A36573: hue angle of 346.45º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A36573 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB163101115-
CMYK00.380.290.36
HSL346.45º25.2%51.76%-
HSV(B)346.45º38.04%63.92%-
XYZ22.8518.3318.55-
YUV121.13124.54157.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=43.01%
G=26.65%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310111500.380.290.36346.4525.251.76
HexA365730261D2415a1934
Octal24314516304635445323164
Binary101000111100101111001101001101110110010010101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36573; }

 p { color: rgb(163,101,115); }

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

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

 a { background-color: rgb(163,101,115); }

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

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

 span { border-color: rgb(163,101,115); }

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