#A3616D

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

Shades of Turkish Rose #A3616D

Tints of Turkish Rose #A3616D

Color information

#A3616D (or 0xA3616D) is unknown color: approx Turkish Rose. HEX triplet: A3, 61 and 6D. RGB value is (163,97,109). Sum of RGB (Red+Green+Blue) = 163+97+109=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3616D is #5C9E92. Grayscale: #767676. Windows color (decimal): -6069907 or 7168419. OLE color: 7168419.

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

Color convert

RGB16397109-
CMYK00.400.330.36
HSL349.09º26.4%50.98%-
HSV(B)349.09º40.49%63.92%-
XYZ22.1417.4416.67-
YUV118.1122.87160.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=44.17%
G=26.29%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639710900.400.330.36349.0926.450.98
HexA3616D028212415d1a33
Octal24314115505041445353263
Binary1010001111000011101101010100010000110010010101110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3616D; }

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

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

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

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

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

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

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

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