#A5606E

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

Shades of Turkish Rose #A5606E

Tints of Turkish Rose #A5606E

Color information

#A5606E (or 0xA5606E) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 6E. RGB value is (165,96,110). Sum of RGB (Red+Green+Blue) = 165+96+110=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5606E is #5A9F91. Grayscale: #767676. Windows color (decimal): -5939090 or 7233701. OLE color: 7233701.

HSL color Cylindrical-coordinate representation of color #A5606E: hue angle of 347.83º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5606E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16596110-
CMYK00.420.330.35
HSL347.83º27.71%51.18%-
HSV(B)347.83º41.82%64.71%-
XYZ22.5117.4916.94-
YUV118.23123.36161.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=44.47%
G=25.88%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659611000.420.330.35347.8327.7151.18
HexA5606E02A212315c1c33
Octal24514015605241435343463
Binary1010010111000001101110010101010000110001110101110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5606E; }

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

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

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

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

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

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

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

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