#A27275

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

Shades of Turkish Rose #A27275

Tints of Turkish Rose #A27275

Color information

#A27275 (or 0xA27275) is unknown color: approx Turkish Rose. HEX triplet: A2, 72 and 75. RGB value is (162,114,117). Sum of RGB (Red+Green+Blue) = 162+114+117=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A27275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27275 is #5D8D8A. Grayscale: #808080. Windows color (decimal): -6131083 or 7697058. OLE color: 7697058.

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

Color convert

RGB162114117-
CMYK00.300.280.36
HSL356.25º20.51%54.12%-
HSV(B)356.25º29.63%63.53%-
XYZ24.132119.61-
YUV128.69121.4151.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=41.22%
G=29.01%
B=29.77%

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
Decimal16211411700.300.280.36356.2520.5154.12
HexA2727501E1C241641536
Octal24216216503634445442566
Binary10100010111001011101010111101110010010010110010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27275; }

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

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

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

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

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

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

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

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