#A36A7C

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

Shades of Turkish Rose #A36A7C

Tints of Turkish Rose #A36A7C

Color information

#A36A7C (or 0xA36A7C) is unknown color: approx Turkish Rose. HEX triplet: A3, 6A and 7C. RGB value is (163,106,124). Sum of RGB (Red+Green+Blue) = 163+106+124=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A7C is #5C9583. Grayscale: #7D7D7D. Windows color (decimal): -6067588 or 8153763. OLE color: 8153763.

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

Color convert

RGB163106124-
CMYK00.350.240.36
HSL341.05º23.65%52.75%-
HSV(B)341.05º34.97%63.92%-
XYZ23.919.5521.58-
YUV125.09127.38155.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=41.48%
G=26.97%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310612400.350.240.36341.0523.6552.75
HexA36A7C02318241551835
Octal24315217404330445253065
Binary101000111101010111110001000111100010010010101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A7C; }

 p { color: rgb(163,106,124); }

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

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

 a { background-color: rgb(163,106,124); }

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

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

 span { border-color: rgb(163,106,124); }

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