#A2727A

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

Shades of Turkish Rose #A2727A

Tints of Turkish Rose #A2727A

Color information

#A2727A (or 0xA2727A) is unknown color: approx Turkish Rose. HEX triplet: A2, 72 and 7A. RGB value is (162,114,122). Sum of RGB (Red+Green+Blue) = 162+114+122=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2727A is #5D8D85. Grayscale: #818181. Windows color (decimal): -6131078 or 8024738. OLE color: 8024738.

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

Color convert

RGB162114122-
CMYK00.300.250.36
HSL350º20.51%54.12%-
HSV(B)350º29.63%63.53%-
XYZ24.4321.1221.2-
YUV129.26123.9151.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=40.70%
G=28.64%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211412200.300.250.3635020.5154.12
HexA2727A01E192415e1536
Octal24216217203631445362566
Binary10100010111001011110100111101100110010010101111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2727A; }

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

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

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

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

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

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

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

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