#A27276

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

Shades of Turkish Rose #A27276

Tints of Turkish Rose #A27276

Color information

#A27276 (or 0xA27276) is unknown color: approx Turkish Rose. HEX triplet: A2, 72 and 76. RGB value is (162,114,118). Sum of RGB (Red+Green+Blue) = 162+114+118=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A27276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27276 is #5D8D89. Grayscale: #808080. Windows color (decimal): -6131082 or 7762594. OLE color: 7762594.

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

Color convert

RGB162114118-
CMYK00.300.270.36
HSL355º20.51%54.12%-
HSV(B)355º29.63%63.53%-
XYZ24.1921.0219.92-
YUV128.81121.9151.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=41.12%
G=28.93%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211411800.300.270.3635520.5154.12
HexA2727601E1B241631536
Octal24216216603633445432566
Binary10100010111001011101100111101101110010010110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27276; }

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

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

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

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

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

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

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

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