#A5616D

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

Shades of Turkish Rose #A5616D

Tints of Turkish Rose #A5616D

Color information

#A5616D (or 0xA5616D) is unknown color: approx Turkish Rose. HEX triplet: A5, 61 and 6D. RGB value is (165,97,109). Sum of RGB (Red+Green+Blue) = 165+97+109=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5616D is #5A9E92. Grayscale: #767676. Windows color (decimal): -5938835 or 7168421. OLE color: 7168421.

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

Color convert

RGB16597109-
CMYK00.410.340.35
HSL349.41º27.42%51.37%-
HSV(B)349.41º41.21%64.71%-
XYZ22.5517.6516.69-
YUV118.7122.53161.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=44.47%
G=26.15%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659710900.410.340.35349.4127.4251.37
HexA5616D029222315d1b33
Octal24514115505142435353363
Binary1010010111000011101101010100110001010001110101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5616D; }

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

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

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

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

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

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

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

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