#A5787A

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

Shades of Turkish Rose #A5787A

Tints of Turkish Rose #A5787A

Color information

#A5787A (or 0xA5787A) is unknown color: approx Turkish Rose. HEX triplet: A5, 78 and 7A. RGB value is (165,120,122). Sum of RGB (Red+Green+Blue) = 165+120+122=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5787A is #5A8785. Grayscale: #858585. Windows color (decimal): -5932934 or 8026277. OLE color: 8026277.

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

Color convert

RGB165120122-
CMYK00.270.260.35
HSL357.33º20%55.88%-
HSV(B)357.33º27.27%64.71%-
XYZ25.7522.8421.46-
YUV133.68121.41150.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=40.54%
G=29.48%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512012200.270.260.35357.332055.88
HexA5787A01B1A231651438
Octal24517017203332435452470
Binary10100101111100011110100110111101010001110110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5787A; }

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

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

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

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

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

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

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

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