#A5606B

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

Shades of Turkish Rose #A5606B

Tints of Turkish Rose #A5606B

Color information

#A5606B (or 0xA5606B) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 6B. RGB value is (165,96,107). Sum of RGB (Red+Green+Blue) = 165+96+107=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5606B is #5A9F94. Grayscale: #757575. Windows color (decimal): -5939093 or 7037093. OLE color: 7037093.

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

Color convert

RGB16596107-
CMYK00.420.350.35
HSL350.43º27.71%51.18%-
HSV(B)350.43º41.82%64.71%-
XYZ22.3517.4316.1-
YUV117.88121.86161.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=44.84%
G=26.09%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659610700.420.350.35350.4327.7151.18
HexA5606B02A232315e1c33
Octal24514015305243435363463
Binary1010010111000001101011010101010001110001110101111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5606B; }

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

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

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

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

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

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

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

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