#A5707B

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

Shades of Turkish Rose #A5707B

Tints of Turkish Rose #A5707B

Color information

#A5707B (or 0xA5707B) is unknown color: approx Turkish Rose. HEX triplet: A5, 70 and 7B. RGB value is (165,112,123). Sum of RGB (Red+Green+Blue) = 165+112+123=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707B is #5A8F84. Grayscale: #818181. Windows color (decimal): -5934981 or 8089765. OLE color: 8089765.

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

Color convert

RGB165112123-
CMYK00.320.250.35
HSL347.55º22.75%54.31%-
HSV(B)347.55º32.12%64.71%-
XYZ24.8921.0221.48-
YUV129.1124.56153.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=41.25%
G=28%
B=30.75%

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
Decimal16511212300.320.250.35347.5522.7554.31
HexA5707B020192315c1736
Octal24516017304031435342766
Binary101001011110000111101101000001100110001110101110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5707B; }

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

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

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

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

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

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

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

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