#A5657A

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

Shades of Turkish Rose #A5657A

Tints of Turkish Rose #A5657A

Color information

#A5657A (or 0xA5657A) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 7A. RGB value is (165,101,122). Sum of RGB (Red+Green+Blue) = 165+101+122=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5657A is #5A9A85. Grayscale: #7A7A7A. Windows color (decimal): -5937798 or 8021413. OLE color: 8021413.

HSL color Cylindrical-coordinate representation of color #A5657A: hue angle of 340.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5657A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB165101122-
CMYK00.390.260.35
HSL340.31º26.23%52.16%-
HSV(B)340.31º38.79%64.71%-
XYZ23.6818.7120.78-
YUV122.53127.7158.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=42.53%
G=26.03%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510112200.390.260.35340.3126.2352.16
HexA5657A0271A231541a34
Octal24514517204732435243264
Binary101001011100101111101001001111101010001110101010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5657A; }

 p { color: rgb(165,101,122); }

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

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

 a { background-color: rgb(165,101,122); }

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

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

 span { border-color: rgb(165,101,122); }

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