#A3616F

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

Shades of Turkish Rose #A3616F

Tints of Turkish Rose #A3616F

Color information

#A3616F (or 0xA3616F) is unknown color: approx Turkish Rose. HEX triplet: A3, 61 and 6F. RGB value is (163,97,111). Sum of RGB (Red+Green+Blue) = 163+97+111=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3616F is #5C9E90. Grayscale: #767676. Windows color (decimal): -6069905 or 7299491. OLE color: 7299491.

HSL color Cylindrical-coordinate representation of color #A3616F: hue angle of 347.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3616F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16397111-
CMYK00.400.320.36
HSL347.27º26.4%50.98%-
HSV(B)347.27º40.49%63.92%-
XYZ22.2517.4817.24-
YUV118.33123.87159.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=43.94%
G=26.15%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639711100.400.320.36347.2726.450.98
HexA3616F028202415b1a33
Octal24314115705040445333263
Binary1010001111000011101111010100010000010010010101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3616F; }

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

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

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

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

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

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

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

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