#A5797D

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

Shades of Turkish Rose #A5797D

Tints of Turkish Rose #A5797D

Color information

#A5797D (or 0xA5797D) is unknown color: approx Turkish Rose. HEX triplet: A5, 79 and 7D. RGB value is (165,121,125). Sum of RGB (Red+Green+Blue) = 165+121+125=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5797D is #5A8682. Grayscale: #868686. Windows color (decimal): -5932675 or 8223141. OLE color: 8223141.

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

Color convert

RGB165121125-
CMYK00.270.240.35
HSL354.55º19.64%56.08%-
HSV(B)354.55º26.67%64.71%-
XYZ26.0623.1522.5-
YUV134.61122.58149.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=40.15%
G=29.44%
B=30.41%

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
Decimal16512112500.270.240.35354.5519.6456.08
HexA5797D01B18231631438
Octal24517117503330435432470
Binary10100101111100111111010110111100010001110110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5797D; }

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

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

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

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

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

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

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

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