#A5707C

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

Shades of Turkish Rose #A5707C

Tints of Turkish Rose #A5707C

Color information

#A5707C (or 0xA5707C) is unknown color: approx Turkish Rose. HEX triplet: A5, 70 and 7C. RGB value is (165,112,124). Sum of RGB (Red+Green+Blue) = 165+112+124=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707C is #5A8F83. Grayscale: #818181. Windows color (decimal): -5934980 or 8155301. OLE color: 8155301.

HSL color Cylindrical-coordinate representation of color #A5707C: hue angle of 346.42º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5707C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165112124-
CMYK00.320.250.35
HSL346.42º22.75%54.31%-
HSV(B)346.42º32.12%64.71%-
XYZ24.9521.0421.82-
YUV129.22125.06153.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=41.15%
G=27.93%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511212400.320.250.35346.4222.7554.31
HexA5707C020192315a1736
Octal24516017404031435322766
Binary101001011110000111110001000001100110001110101101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5707C; }

 p { color: rgb(165,112,124); }

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

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

 a { background-color: rgb(165,112,124); }

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

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

 span { border-color: rgb(165,112,124); }

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