#A4616F

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

Shades of Turkish Rose #A4616F

Tints of Turkish Rose #A4616F

Color information

#A4616F (or 0xA4616F) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 6F. RGB value is (164,97,111). Sum of RGB (Red+Green+Blue) = 164+97+111=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4616F is #5B9E90. Grayscale: #767676. Windows color (decimal): -6004369 or 7299492. OLE color: 7299492.

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

Color convert

RGB16497111-
CMYK00.410.320.36
HSL347.46º26.91%51.18%-
HSV(B)347.46º40.85%64.31%-
XYZ22.4517.5917.25-
YUV118.63123.7160.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=44.09%
G=26.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649711100.410.320.36347.4626.9151.18
HexA4616F029202415b1b33
Octal24414115705140445333363
Binary1010010011000011101111010100110000010010010101101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4616F; }

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

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

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

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

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

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

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

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