#A0797E

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

Shades of Turkish Rose #A0797E

Tints of Turkish Rose #A0797E

Color information

#A0797E (or 0xA0797E) is unknown color: approx Turkish Rose. HEX triplet: A0, 79 and 7E. RGB value is (160,121,126). Sum of RGB (Red+Green+Blue) = 160+121+126=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0797E is #5F8681. Grayscale: #858585. Windows color (decimal): -6260354 or 8288672. OLE color: 8288672.

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

Color convert

RGB160121126-
CMYK00.240.210.37
HSL352.31º17.03%55.1%-
HSV(B)352.31º24.38%62.75%-
XYZ25.122.6522.79-
YUV133.23123.92147.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=39.31%
G=29.73%
B=30.96%

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
Decimal16012112600.240.210.37352.3117.0355.1
HexA0797E01815251601137
Octal24017117603025455402167
Binary10100000111100111111100110001010110010110110000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0797E; }

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

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

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

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

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

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

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

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