#A3606E

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

Shades of Turkish Rose #A3606E

Tints of Turkish Rose #A3606E

Color information

#A3606E (or 0xA3606E) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 6E. RGB value is (163,96,110). Sum of RGB (Red+Green+Blue) = 163+96+110=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3606E is #5C9F91. Grayscale: #757575. Windows color (decimal): -6070162 or 7233699. OLE color: 7233699.

HSL color Cylindrical-coordinate representation of color #A3606E: hue angle of 347.46º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3606E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16396110-
CMYK00.410.330.36
HSL347.46º26.69%50.78%-
HSV(B)347.46º41.1%63.92%-
XYZ22.117.2816.92-
YUV117.63123.7160.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=44.17%
G=26.02%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639611000.410.330.36347.4626.6950.78
HexA3606E029212415b1b33
Octal24314015605141445333363
Binary1010001111000001101110010100110000110010010101101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3606E; }

 p { color: rgb(163,96,110); }

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

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

 a { background-color: rgb(163,96,110); }

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

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

 span { border-color: rgb(163,96,110); }

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