#A06872

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

Shades of Turkish Rose #A06872

Tints of Turkish Rose #A06872

Color information

#A06872 (or 0xA06872) is unknown color: approx Turkish Rose. HEX triplet: A0, 68 and 72. RGB value is (160,104,114). Sum of RGB (Red+Green+Blue) = 160+104+114=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A06872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06872 is #5F978D. Grayscale: #797979. Windows color (decimal): -6264718 or 7497888. OLE color: 7497888.

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

Color convert

RGB160104114-
CMYK00.350.290.37
HSL349.29º22.76%51.76%-
HSV(B)349.29º35%62.75%-
XYZ22.4818.5918.32-
YUV121.88123.55155.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=42.33%
G=27.51%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010411400.350.290.37349.2922.7651.76
HexA068720231D2515d1734
Octal24015016204335455352764
Binary101000001101000111001001000111110110010110101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06872; }

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

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

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

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

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

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

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

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