#A3646C

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

Shades of Turkish Rose #A3646C

Tints of Turkish Rose #A3646C

Color information

#A3646C (or 0xA3646C) is unknown color: approx Turkish Rose. HEX triplet: A3, 64 and 6C. RGB value is (163,100,108). Sum of RGB (Red+Green+Blue) = 163+100+108=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3646C is #5C9B93. Grayscale: #777777. Windows color (decimal): -6069140 or 7103651. OLE color: 7103651.

HSL color Cylindrical-coordinate representation of color #A3646C: hue angle of 352.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3646C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163100108-
CMYK00.390.340.36
HSL352.38º25.51%51.57%-
HSV(B)352.38º38.65%63.92%-
XYZ22.3717.9816.48-
YUV119.75121.37158.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=43.94%
G=26.95%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310010800.390.340.36352.3825.5151.57
HexA3646C02722241601a34
Octal24314415404742445403264
Binary1010001111001001101100010011110001010010010110000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3646C; }

 p { color: rgb(163,100,108); }

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

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

 a { background-color: rgb(163,100,108); }

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

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

 span { border-color: rgb(163,100,108); }

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