#A97079

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

Shades of Turkish Rose #A97079

Tints of Turkish Rose #A97079

Color information

#A97079 (or 0xA97079) is unknown color: approx Turkish Rose. HEX triplet: A9, 70 and 79. RGB value is (169,112,121). Sum of RGB (Red+Green+Blue) = 169+112+121=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97079 is #568F86. Grayscale: #828282. Windows color (decimal): -5672839 or 7958697. OLE color: 7958697.

HSL color Cylindrical-coordinate representation of color #A97079: hue angle of 350.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97079 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169112121-
CMYK00.340.280.34
HSL350.53º24.89%55.1%-
HSV(B)350.53º33.73%66.27%-
XYZ25.6121.420.87-
YUV130.07122.88155.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=42.04%
G=27.86%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911212100.340.280.34350.5324.8955.1
HexA970790221C2215f1937
Octal25116017104234425373167
Binary101010011110000111100101000101110010001010101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97079; }

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

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

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

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

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

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

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

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