#A5616E

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

Shades of Turkish Rose #A5616E

Tints of Turkish Rose #A5616E

Color information

#A5616E (or 0xA5616E) is unknown color: approx Turkish Rose. HEX triplet: A5, 61 and 6E. RGB value is (165,97,110). Sum of RGB (Red+Green+Blue) = 165+97+110=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5616E is #5A9E91. Grayscale: #767676. Windows color (decimal): -5938834 or 7233957. OLE color: 7233957.

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

Color convert

RGB16597110-
CMYK00.410.330.35
HSL348.53º27.42%51.37%-
HSV(B)348.53º41.21%64.71%-
XYZ22.6117.6716.97-
YUV118.81123.03160.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=44.35%
G=26.08%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659711000.410.330.35348.5327.4251.37
HexA5616E029212315d1b33
Octal24514115605141435353363
Binary1010010111000011101110010100110000110001110101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5616E; }

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

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

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

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

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

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

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

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