#A06670

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

Shades of Turkish Rose #A06670

Tints of Turkish Rose #A06670

Color information

#A06670 (or 0xA06670) is unknown color: approx Turkish Rose. HEX triplet: A0, 66 and 70. RGB value is (160,102,112). Sum of RGB (Red+Green+Blue) = 160+102+112=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A06670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06670 is #5F998F. Grayscale: #787878. Windows color (decimal): -6265232 or 7366304. OLE color: 7366304.

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

Color convert

RGB160102112-
CMYK00.360.300.37
HSL349.66º23.39%51.37%-
HSV(B)349.66º36.25%62.75%-
XYZ22.1718.1517.66-
YUV120.48123.22156.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=42.78%
G=27.27%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010211200.360.300.37349.6623.3951.37
HexA066700241E2515e1733
Octal24014616004436455362763
Binary101000001100110111000001001001111010010110101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06670; }

 p { color: rgb(160,102,112); }

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

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

 a { background-color: rgb(160,102,112); }

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

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

 span { border-color: rgb(160,102,112); }

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