#A0797F

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

Shades of Turkish Rose #A0797F

Tints of Turkish Rose #A0797F

Color information

#A0797F (or 0xA0797F) is unknown color: approx Turkish Rose. HEX triplet: A0, 79 and 7F. RGB value is (160,121,127). Sum of RGB (Red+Green+Blue) = 160+121+127=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A0797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0797F is #5F8680. Grayscale: #858585. Windows color (decimal): -6260353 or 8354208. OLE color: 8354208.

HSL color Cylindrical-coordinate representation of color #A0797F: hue angle of 350.77º 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 #A0797F is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160121127-
CMYK00.240.210.37
HSL350.77º17.03%55.1%-
HSV(B)350.77º24.38%62.75%-
XYZ25.1722.6823.13-
YUV133.34124.42147.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 127 (50% from 255) = 31.13%
R=39.22%
G=29.66%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012112700.240.210.37350.7717.0355.1
HexA0797F018152515f1137
Octal24017117703025455372167
Binary10100000111100111111110110001010110010110101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0797F; }

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

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

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

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

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

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

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

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