#A27376

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

Shades of Turkish Rose #A27376

Tints of Turkish Rose #A27376

Color information

#A27376 (or 0xA27376) is unknown color: approx Turkish Rose. HEX triplet: A2, 73 and 76. RGB value is (162,115,118). Sum of RGB (Red+Green+Blue) = 162+115+118=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A27376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27376 is #5D8C89. Grayscale: #818181. Windows color (decimal): -6130826 or 7762850. OLE color: 7762850.

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

Color convert

RGB162115118-
CMYK00.290.270.36
HSL356.17º20.17%54.31%-
HSV(B)356.17º29.01%63.53%-
XYZ24.321.2519.96-
YUV129.39121.57151.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=41.01%
G=29.11%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211511800.290.270.36356.1720.1754.31
HexA2737601D1B241641436
Octal24216316603533445442466
Binary10100010111001111101100111011101110010010110010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27376; }

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

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

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

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

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

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

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

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