#A5647A

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

Shades of Turkish Rose #A5647A

Tints of Turkish Rose #A5647A

Color information

#A5647A (or 0xA5647A) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 7A. RGB value is (165,100,122). Sum of RGB (Red+Green+Blue) = 165+100+122=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5647A is #5A9B85. Grayscale: #797979. Windows color (decimal): -5938054 or 8021157. OLE color: 8021157.

HSL color Cylindrical-coordinate representation of color #A5647A: hue angle of 339.69º degrees, saturation: 0.27, 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 #A5647A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB165100122-
CMYK00.390.260.35
HSL339.69º26.53%51.96%-
HSV(B)339.69º39.39%64.71%-
XYZ23.5918.5220.74-
YUV121.94128.03158.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=42.64%
G=25.84%
B=31.52%

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
Decimal16510012200.390.260.35339.6926.5351.96
HexA5647A0271A231541b34
Octal24514417204732435243364
Binary101001011100100111101001001111101010001110101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5647A; }

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

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

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

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

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

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

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

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