#A0797D

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

Shades of Turkish Rose #A0797D

Tints of Turkish Rose #A0797D

Color information

#A0797D (or 0xA0797D) is unknown color: approx Turkish Rose. HEX triplet: A0, 79 and 7D. RGB value is (160,121,125). Sum of RGB (Red+Green+Blue) = 160+121+125=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0797D is #5F8682. Grayscale: #858585. Windows color (decimal): -6260355 or 8223136. OLE color: 8223136.

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

Color convert

RGB160121125-
CMYK00.240.220.37
HSL353.85º17.03%55.1%-
HSV(B)353.85º24.38%62.75%-
XYZ25.0422.6322.45-
YUV133.12123.42147.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=39.41%
G=29.80%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012112500.240.220.37353.8517.0355.1
HexA0797D01816251621137
Octal24017117503026455422167
Binary10100000111100111111010110001011010010110110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0797D; }

 p { color: rgb(160,121,125); }

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

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

 a { background-color: rgb(160,121,125); }

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

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

 span { border-color: rgb(160,121,125); }

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