#A4616C

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

Shades of Turkish Rose #A4616C

Tints of Turkish Rose #A4616C

Color information

#A4616C (or 0xA4616C) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 6C. RGB value is (164,97,108). Sum of RGB (Red+Green+Blue) = 164+97+108=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4616C is #5B9E93. Grayscale: #767676. Windows color (decimal): -6004372 or 7102884. OLE color: 7102884.

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

Color convert

RGB16497108-
CMYK00.410.340.36
HSL350.15º26.91%51.18%-
HSV(B)350.15º40.85%64.31%-
XYZ22.2917.5216.4-
YUV118.29122.2160.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=44.44%
G=26.29%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649710800.410.340.36350.1526.9151.18
HexA4616C029222415e1b33
Octal24414115405142445363363
Binary1010010011000011101100010100110001010010010101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4616C; }

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

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

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

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

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

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

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

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