#A27173

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

Shades of Turkish Rose #A27173

Tints of Turkish Rose #A27173

Color information

#A27173 (or 0xA27173) is unknown color: approx Turkish Rose. HEX triplet: A2, 71 and 73. RGB value is (162,113,115). Sum of RGB (Red+Green+Blue) = 162+113+115=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27173 is #5D8E8C. Grayscale: #7F7F7F. Windows color (decimal): -6131341 or 7565730. OLE color: 7565730.

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

Color convert

RGB162113115-
CMYK00.300.290.36
HSL357.55º20.85%53.92%-
HSV(B)357.55º30.25%63.53%-
XYZ23.920.7318.96-
YUV127.88120.73152.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=41.54%
G=28.97%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211311500.300.290.36357.5520.8553.92
HexA2717301E1D241661536
Octal24216116303635445462566
Binary10100010111000111100110111101110110010010110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27173; }

 p { color: rgb(162,113,115); }

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

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

 a { background-color: rgb(162,113,115); }

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

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

 span { border-color: rgb(162,113,115); }

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