#A2727D

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

Shades of Turkish Rose #A2727D

Tints of Turkish Rose #A2727D

Color information

#A2727D (or 0xA2727D) is unknown color: approx Turkish Rose. HEX triplet: A2, 72 and 7D. RGB value is (162,114,125). Sum of RGB (Red+Green+Blue) = 162+114+125=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2727D is #5D8D82. Grayscale: #818181. Windows color (decimal): -6131075 or 8221346. OLE color: 8221346.

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

Color convert

RGB162114125-
CMYK00.300.230.36
HSL346.25º20.51%54.12%-
HSV(B)346.25º29.63%63.53%-
XYZ24.6221.222.2-
YUV129.61125.4151.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=40.40%
G=28.43%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211412500.300.230.36346.2520.5154.12
HexA2727D01E172415a1536
Octal24216217503627445322566
Binary10100010111001011111010111101011110010010101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2727D; }

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

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

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

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

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

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

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

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