#A3606A

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

Shades of Turkish Rose #A3606A

Tints of Turkish Rose #A3606A

Color information

#A3606A (or 0xA3606A) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 6A. RGB value is (163,96,106). Sum of RGB (Red+Green+Blue) = 163+96+106=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A3606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3606A is #5C9F95. Grayscale: #757575. Windows color (decimal): -6070166 or 6971555. OLE color: 6971555.

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

Color convert

RGB16396106-
CMYK00.410.350.36
HSL351.04º26.69%50.78%-
HSV(B)351.04º41.1%63.92%-
XYZ21.8917.1915.8-
YUV117.17121.7160.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=44.66%
G=26.30%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639610600.410.350.36351.0426.6950.78
HexA3606A029232415f1b33
Octal24314015205143445373363
Binary1010001111000001101010010100110001110010010101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3606A; }

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

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

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

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

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

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

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

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