#A06877

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

Shades of Turkish Rose #A06877

Tints of Turkish Rose #A06877

Color information

#A06877 (or 0xA06877) is unknown color: approx Turkish Rose. HEX triplet: A0, 68 and 77. RGB value is (160,104,119). Sum of RGB (Red+Green+Blue) = 160+104+119=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A06877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06877 is #5F9788. Grayscale: #7A7A7A. Windows color (decimal): -6264713 or 7825568. OLE color: 7825568.

HSL color Cylindrical-coordinate representation of color #A06877: hue angle of 343.93º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06877 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB160104119-
CMYK00.350.260.37
HSL343.93º22.76%51.76%-
HSV(B)343.93º35%62.75%-
XYZ22.7818.7119.86-
YUV122.45126.05154.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=41.78%
G=27.15%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010411900.350.260.37343.9322.7651.76
HexA068770231A251581734
Octal24015016704332455302764
Binary101000001101000111011101000111101010010110101100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06877; }

 p { color: rgb(160,104,119); }

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

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

 a { background-color: rgb(160,104,119); }

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

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

 span { border-color: rgb(160,104,119); }

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