#A27678

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

Shades of Turkish Rose #A27678

Tints of Turkish Rose #A27678

Color information

#A27678 (or 0xA27678) is unknown color: approx Turkish Rose. HEX triplet: A2, 76 and 78. RGB value is (162,118,120). Sum of RGB (Red+Green+Blue) = 162+118+120=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A27678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27678 is #5D8987. Grayscale: #838383. Windows color (decimal): -6130056 or 7894690. OLE color: 7894690.

HSL color Cylindrical-coordinate representation of color #A27678: hue angle of 357.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27678 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB162118120-
CMYK00.270.260.36
HSL357.27º19.13%54.9%-
HSV(B)357.27º27.16%63.53%-
XYZ24.7721.9920.71-
YUV131.38121.58149.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 120 (47.27% from 255) = 30%
R=40.5%
G=29.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211812000.270.260.36357.2719.1354.9
HexA2767801B1A241651337
Octal24216617003332445452367
Binary10100010111011011110000110111101010010010110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27678; }

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

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

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

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

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

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

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

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