#A3616A

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

Shades of Turkish Rose #A3616A

Tints of Turkish Rose #A3616A

Color information

#A3616A (or 0xA3616A) is unknown color: approx Turkish Rose. HEX triplet: A3, 61 and 6A. RGB value is (163,97,106). Sum of RGB (Red+Green+Blue) = 163+97+106=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3616A is #5C9E95. Grayscale: #757575. Windows color (decimal): -6069910 or 6971811. OLE color: 6971811.

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

Color convert

RGB16397106-
CMYK00.400.350.36
HSL351.82º26.4%50.98%-
HSV(B)351.82º40.49%63.92%-
XYZ21.9817.3815.83-
YUV117.76121.37160.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=44.54%
G=26.50%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639710600.400.350.36351.8226.450.98
HexA3616A02823241601a33
Octal24314115205043445403263
Binary1010001111000011101010010100010001110010010110000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3616A; }

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

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

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

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

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

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

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

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