#A27378

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

Shades of Turkish Rose #A27378

Tints of Turkish Rose #A27378

Color information

#A27378 (or 0xA27378) is unknown color: approx Turkish Rose. HEX triplet: A2, 73 and 78. RGB value is (162,115,120). Sum of RGB (Red+Green+Blue) = 162+115+120=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A27378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27378 is #5D8C87. Grayscale: #818181. Windows color (decimal): -6130824 or 7893922. OLE color: 7893922.

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

Color convert

RGB162115120-
CMYK00.290.260.36
HSL353.62º20.17%54.31%-
HSV(B)353.62º29.01%63.53%-
XYZ24.4221.320.59-
YUV129.62122.57151.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=40.81%
G=28.97%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211512000.290.260.36353.6220.1754.31
HexA2737801D1A241621436
Octal24216317003532445422466
Binary10100010111001111110000111011101010010010110001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27378; }

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

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

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

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

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

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

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

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