#A2616A

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

Shades of Turkish Rose #A2616A

Tints of Turkish Rose #A2616A

Color information

#A2616A (or 0xA2616A) is unknown color: approx Turkish Rose. HEX triplet: A2, 61 and 6A. RGB value is (162,97,106). Sum of RGB (Red+Green+Blue) = 162+97+106=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2616A is #5D9E95. Grayscale: #757575. Windows color (decimal): -6135446 or 6971810. OLE color: 6971810.

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

Color convert

RGB16297106-
CMYK00.400.350.36
HSL351.69º25.9%50.78%-
HSV(B)351.69º40.12%63.53%-
XYZ21.7817.2715.82-
YUV117.46121.53159.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=44.38%
G=26.58%
B=29.04%

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
Decimal1629710600.400.350.36351.6925.950.78
HexA2616A02823241601a33
Octal24214115205043445403263
Binary1010001011000011101010010100010001110010010110000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2616A; }

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

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

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

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

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

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

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

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