#A2707D

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

Shades of Turkish Rose #A2707D

Tints of Turkish Rose #A2707D

Color information

#A2707D (or 0xA2707D) is unknown color: approx Turkish Rose. HEX triplet: A2, 70 and 7D. RGB value is (162,112,125). Sum of RGB (Red+Green+Blue) = 162+112+125=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2707D is #5D8F82. Grayscale: #808080. Windows color (decimal): -6131587 or 8220834. OLE color: 8220834.

HSL color Cylindrical-coordinate representation of color #A2707D: hue angle of 344.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2707D is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162112125-
CMYK00.310.230.36
HSL344.4º21.19%53.73%-
HSV(B)344.4º30.86%63.53%-
XYZ24.420.7522.12-
YUV128.43126.06151.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=40.60%
G=28.07%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211212500.310.230.36344.421.1953.73
HexA2707D01F17241581536
Octal24216017503727445302566
Binary10100010111000011111010111111011110010010101100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2707D; }

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

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

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

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

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

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

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

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