#A27778

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

Shades of Turkish Rose #A27778

Tints of Turkish Rose #A27778

Color information

#A27778 (or 0xA27778) is unknown color: approx Turkish Rose. HEX triplet: A2, 77 and 78. RGB value is (162,119,120). Sum of RGB (Red+Green+Blue) = 162+119+120=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27778 is #5D8887. Grayscale: #848484. Windows color (decimal): -6129800 or 7894946. OLE color: 7894946.

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

Color convert

RGB162119120-
CMYK00.270.260.36
HSL358.6º18.78%55.1%-
HSV(B)358.6º26.54%63.53%-
XYZ24.8922.2320.75-
YUV131.97121.25149.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=40.40%
G=29.68%
B=29.93%

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
Decimal16211912000.270.260.36358.618.7855.1
HexA2777801B1A241671337
Octal24216717003332445472367
Binary10100010111011111110000110111101010010010110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27778; }

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

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

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

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

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

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

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

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