#A2646D

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

Shades of Turkish Rose #A2646D

Tints of Turkish Rose #A2646D

Color information

#A2646D (or 0xA2646D) is unknown color: approx Turkish Rose. HEX triplet: A2, 64 and 6D. RGB value is (162,100,109). Sum of RGB (Red+Green+Blue) = 162+100+109=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2646D is #5D9B92. Grayscale: #777777. Windows color (decimal): -6134675 or 7169186. OLE color: 7169186.

HSL color Cylindrical-coordinate representation of color #A2646D: hue angle of 351.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2646D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162100109-
CMYK00.380.330.36
HSL351.29º25%51.37%-
HSV(B)351.29º38.27%63.53%-
XYZ22.2217.916.75-
YUV119.56122.04158.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=43.67%
G=26.95%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210010900.380.330.36351.292551.37
HexA2646D026212415f1933
Octal24214415504641445373163
Binary1010001011001001101101010011010000110010010101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2646D; }

 p { color: rgb(162,100,109); }

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

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

 a { background-color: rgb(162,100,109); }

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

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

 span { border-color: rgb(162,100,109); }

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