#A2646A

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

Shades of Turkish Rose #A2646A

Tints of Turkish Rose #A2646A

Color information

#A2646A (or 0xA2646A) is unknown color: approx Turkish Rose. HEX triplet: A2, 64 and 6A. RGB value is (162,100,106). Sum of RGB (Red+Green+Blue) = 162+100+106=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2646A is #5D9B95. Grayscale: #777777. Windows color (decimal): -6134678 or 6972578. OLE color: 6972578.

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

Color convert

RGB162100106-
CMYK00.380.350.36
HSL354.19º25%51.37%-
HSV(B)354.19º38.27%63.53%-
XYZ22.0617.8415.92-
YUV119.22120.54158.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=44.02%
G=27.17%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210010600.380.350.36354.192551.37
HexA2646A02623241621933
Octal24214415204643445423163
Binary1010001011001001101010010011010001110010010110001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2646A; }

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

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

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

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

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

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

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

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