#A5707D

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

Shades of Turkish Rose #A5707D

Tints of Turkish Rose #A5707D

Color information

#A5707D (or 0xA5707D) is unknown color: approx Turkish Rose. HEX triplet: A5, 70 and 7D. RGB value is (165,112,125). Sum of RGB (Red+Green+Blue) = 165+112+125=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707D is #5A8F82. Grayscale: #818181. Windows color (decimal): -5934979 or 8220837. OLE color: 8220837.

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

Color convert

RGB165112125-
CMYK00.320.240.35
HSL345.28º22.75%54.31%-
HSV(B)345.28º32.12%64.71%-
XYZ25.0121.0722.15-
YUV129.33125.56153.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=41.04%
G=27.86%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511212500.320.240.35345.2822.7554.31
HexA5707D02018231591736
Octal24516017504030435312766
Binary101001011110000111110101000001100010001110101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5707D; }

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

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

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

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

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

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

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

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