#A2707A

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

Shades of Turkish Rose #A2707A

Tints of Turkish Rose #A2707A

Color information

#A2707A (or 0xA2707A) is unknown color: approx Turkish Rose. HEX triplet: A2, 70 and 7A. RGB value is (162,112,122). Sum of RGB (Red+Green+Blue) = 162+112+122=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A2707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2707A is #5D8F85. Grayscale: #808080. Windows color (decimal): -6131590 or 8024226. OLE color: 8024226.

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

Color convert

RGB162112122-
CMYK00.310.250.36
HSL348º21.19%53.73%-
HSV(B)348º30.86%63.53%-
XYZ24.2120.6721.13-
YUV128.09124.56152.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=40.91%
G=28.28%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211212200.310.250.3634821.1953.73
HexA2707A01F192415c1536
Octal24216017203731445342566
Binary10100010111000011110100111111100110010010101110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2707A; }

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

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

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

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

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

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

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

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