#A5797E

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

Shades of Turkish Rose #A5797E

Tints of Turkish Rose #A5797E

Color information

#A5797E (or 0xA5797E) is unknown color: approx Turkish Rose. HEX triplet: A5, 79 and 7E. RGB value is (165,121,126). Sum of RGB (Red+Green+Blue) = 165+121+126=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5797E is #5A8681. Grayscale: #868686. Windows color (decimal): -5932674 or 8288677. OLE color: 8288677.

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

Color convert

RGB165121126-
CMYK00.270.240.35
HSL353.18º19.64%56.08%-
HSV(B)353.18º26.67%64.71%-
XYZ26.1223.1822.84-
YUV134.73123.08149.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=40.05%
G=29.37%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512112600.270.240.35353.1819.6456.08
HexA5797E01B18231611438
Octal24517117603330435412470
Binary10100101111100111111100110111100010001110110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5797E; }

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

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

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

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

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

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

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

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