#A5777A

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

Shades of Turkish Rose #A5777A

Tints of Turkish Rose #A5777A

Color information

#A5777A (or 0xA5777A) is unknown color: approx Turkish Rose. HEX triplet: A5, 77 and 7A. RGB value is (165,119,122). Sum of RGB (Red+Green+Blue) = 165+119+122=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5777A is #5A8885. Grayscale: #858585. Windows color (decimal): -5933190 or 8026021. OLE color: 8026021.

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

Color convert

RGB165119122-
CMYK00.280.260.35
HSL356.09º20.35%55.69%-
HSV(B)356.09º27.88%64.71%-
XYZ25.6322.621.42-
YUV133.1121.74150.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=40.64%
G=29.31%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511912200.280.260.35356.0920.3555.69
HexA5777A01C1A231641438
Octal24516717203432435442470
Binary10100101111011111110100111001101010001110110010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5777A; }

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

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

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

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

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

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

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

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