#A27175

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

Shades of Turkish Rose #A27175

Tints of Turkish Rose #A27175

Color information

#A27175 (or 0xA27175) is unknown color: approx Turkish Rose. HEX triplet: A2, 71 and 75. RGB value is (162,113,117). Sum of RGB (Red+Green+Blue) = 162+113+117=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27175 is #5D8E8A. Grayscale: #808080. Windows color (decimal): -6131339 or 7696802. OLE color: 7696802.

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

Color convert

RGB162113117-
CMYK00.300.280.36
HSL355.1º20.85%53.92%-
HSV(B)355.1º30.25%63.53%-
XYZ24.0220.7819.57-
YUV128.11121.73152.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=41.33%
G=28.83%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211311700.300.280.36355.120.8553.92
HexA2717501E1C241631536
Octal24216116503634445432566
Binary10100010111000111101010111101110010010010110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27175; }

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

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

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

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

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

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

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

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