#A27A7C

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

Shades of Turkish Rose #A27A7C

Tints of Turkish Rose #A27A7C

Color information

#A27A7C (or 0xA27A7C) is unknown color: approx Turkish Rose. HEX triplet: A2, 7A and 7C. RGB value is (162,122,124). Sum of RGB (Red+Green+Blue) = 162+122+124=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A7C is #5D8583. Grayscale: #868686. Windows color (decimal): -6129028 or 8157858. OLE color: 8157858.

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

Color convert

RGB162122124-
CMYK00.250.230.36
HSL357º17.7%55.69%-
HSV(B)357º24.69%63.53%-
XYZ25.523.0622.18-
YUV134.19122.25147.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=39.71%
G=29.90%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212212400.250.230.3635717.755.69
HexA27A7C01917241651238
Octal24217217403127445452270
Binary10100010111101011111000110011011110010010110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A7C; }

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

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

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

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

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

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

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

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