#A2727B

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

Shades of Turkish Rose #A2727B

Tints of Turkish Rose #A2727B

Color information

#A2727B (or 0xA2727B) is unknown color: approx Turkish Rose. HEX triplet: A2, 72 and 7B. RGB value is (162,114,123). Sum of RGB (Red+Green+Blue) = 162+114+123=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2727B is #5D8D84. Grayscale: #818181. Windows color (decimal): -6131077 or 8090274. OLE color: 8090274.

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

Color convert

RGB162114123-
CMYK00.300.240.36
HSL348.75º20.51%54.12%-
HSV(B)348.75º29.63%63.53%-
XYZ24.4921.1521.53-
YUV129.38124.4151.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=40.60%
G=28.57%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211412300.300.240.36348.7520.5154.12
HexA2727B01E182415d1536
Octal24216217303630445352566
Binary10100010111001011110110111101100010010010101110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2727B; }

 p { color: rgb(162,114,123); }

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

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

 a { background-color: rgb(162,114,123); }

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

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

 span { border-color: rgb(162,114,123); }

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