#A5616C

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

Shades of Turkish Rose #A5616C

Tints of Turkish Rose #A5616C

Color information

#A5616C (or 0xA5616C) is unknown color: approx Turkish Rose. HEX triplet: A5, 61 and 6C. RGB value is (165,97,108). Sum of RGB (Red+Green+Blue) = 165+97+108=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5616C is #5A9E93. Grayscale: #767676. Windows color (decimal): -5938836 or 7102885. OLE color: 7102885.

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

Color convert

RGB16597108-
CMYK00.410.350.35
HSL350.29º27.42%51.37%-
HSV(B)350.29º41.21%64.71%-
XYZ22.517.6316.4-
YUV118.59122.03161.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=44.59%
G=26.22%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659710800.410.350.35350.2927.4251.37
HexA5616C029232315e1b33
Octal24514115405143435363363
Binary1010010111000011101100010100110001110001110101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5616C; }

 p { color: rgb(165,97,108); }

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

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

 a { background-color: rgb(165,97,108); }

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

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

 span { border-color: rgb(165,97,108); }

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