#A27C83

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

Shades of Turkish Rose #A27C83

Tints of Turkish Rose #A27C83

Color information

#A27C83 (or 0xA27C83) is unknown color: approx Turkish Rose. HEX triplet: A2, 7C and 83. RGB value is (162,124,131). Sum of RGB (Red+Green+Blue) = 162+124+131=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C83 is #5D837C. Grayscale: #888888. Windows color (decimal): -6128509 or 8617122. OLE color: 8617122.

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

Color convert

RGB162124131-
CMYK00.230.190.36
HSL348.95º16.96%56.08%-
HSV(B)348.95º23.46%63.53%-
XYZ26.223.7424.67-
YUV136.16125.09146.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=38.85%
G=29.74%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212413100.230.190.36348.9516.9656.08
HexA27C83017132415d1138
Octal24217420302723445352170
Binary101000101111100100000110101111001110010010101110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C83; }

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

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

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

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

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

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

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

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