#A67079

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

Shades of Turkish Rose #A67079

Tints of Turkish Rose #A67079

Color information

#A67079 (or 0xA67079) is unknown color: approx Turkish Rose. HEX triplet: A6, 70 and 79. RGB value is (166,112,121). Sum of RGB (Red+Green+Blue) = 166+112+121=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67079 is #598F86. Grayscale: #818181. Windows color (decimal): -5869447 or 7958694. OLE color: 7958694.

HSL color Cylindrical-coordinate representation of color #A67079: hue angle of 350º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67079 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166112121-
CMYK00.330.270.35
HSL350º23.28%54.51%-
HSV(B)350º32.53%65.1%-
XYZ24.9721.0820.84-
YUV129.17123.39154.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=41.60%
G=28.07%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611212100.330.270.3535023.2854.51
HexA670790211B2315e1737
Octal24616017104133435362767
Binary101001101110000111100101000011101110001110101111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67079; }

 p { color: rgb(166,112,121); }

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

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

 a { background-color: rgb(166,112,121); }

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

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

 span { border-color: rgb(166,112,121); }

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