#a06970

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

Shades of Turkish Rose #A06970

Tints of Turkish Rose #A06970

Color information

#A06970 (or 0xA06970) is unknown color: approx Turkish Rose. HEX triplet: A0, 69 and 70. RGB value is (160,105,112). Sum of RGB (Red+Green+Blue) = 160+105+112=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06970 is #5F968F. Grayscale: #7A7A7A. Windows color (decimal): -6264464 or 7367072. OLE color: 7367072.

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

Color convert

RGB160105112-
CMYK00.340.300.37
HSL352.36º22.45%51.96%-
HSV(B)352.36º34.38%62.75%-
XYZ22.4718.7517.76-
YUV122.24122.22154.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=42.44%
G=27.85%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010511200.340.300.37352.3622.4551.96
HexA069700221E251601634
Octal24015116004236455402664
Binary101000001101001111000001000101111010010110110000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a06970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a06970; }

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

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

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

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

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

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

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

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