#A36570

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

Shades of Turkish Rose #A36570

Tints of Turkish Rose #A36570

Color information

#A36570 (or 0xA36570) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 70. RGB value is (163,101,112). Sum of RGB (Red+Green+Blue) = 163+101+112=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A36570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36570 is #5C9A8F. Grayscale: #787878. Windows color (decimal): -6068880 or 7366051. OLE color: 7366051.

HSL color Cylindrical-coordinate representation of color #A36570: hue angle of 349.35º 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 #A36570 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB163101112-
CMYK00.380.310.36
HSL349.35º25.2%51.76%-
HSV(B)349.35º38.04%63.92%-
XYZ22.6818.2617.66-
YUV120.79123.04158.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=43.35%
G=26.86%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310111200.380.310.36349.3525.251.76
HexA365700261F2415d1934
Octal24314516004637445353164
Binary101000111100101111000001001101111110010010101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36570; }

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

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

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

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

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

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

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

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