#A27375

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

Shades of Turkish Rose #A27375

Tints of Turkish Rose #A27375

Color information

#A27375 (or 0xA27375) is unknown color: approx Turkish Rose. HEX triplet: A2, 73 and 75. RGB value is (162,115,117). Sum of RGB (Red+Green+Blue) = 162+115+117=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A27375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27375 is #5D8C8A. Grayscale: #818181. Windows color (decimal): -6130827 or 7697314. OLE color: 7697314.

HSL color Cylindrical-coordinate representation of color #A27375: hue angle of 357.45º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27375 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162115117-
CMYK00.290.280.36
HSL357.45º20.17%54.31%-
HSV(B)357.45º29.01%63.53%-
XYZ24.2421.2319.65-
YUV129.28121.07151.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=41.12%
G=29.19%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211511700.290.280.36357.4520.1754.31
HexA2737501D1C241651436
Octal24216316503534445452466
Binary10100010111001111101010111011110010010010110010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27375; }

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

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

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

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

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

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

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

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