#A5787D

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

Shades of Turkish Rose #A5787D

Tints of Turkish Rose #A5787D

Color information

#A5787D (or 0xA5787D) is unknown color: approx Turkish Rose. HEX triplet: A5, 78 and 7D. RGB value is (165,120,125). Sum of RGB (Red+Green+Blue) = 165+120+125=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5787D is #5A8782. Grayscale: #868686. Windows color (decimal): -5932931 or 8222885. OLE color: 8222885.

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

Color convert

RGB165120125-
CMYK00.270.240.35
HSL353.33º20%55.88%-
HSV(B)353.33º27.27%64.71%-
XYZ25.9422.9122.46-
YUV134.02122.91150.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=40.24%
G=29.27%
B=30.49%

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
Decimal16512012500.270.240.35353.332055.88
HexA5787D01B18231611438
Octal24517017503330435412470
Binary10100101111100011111010110111100010001110110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5787D; }

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

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

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

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

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

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

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

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