#A3656F

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

Shades of Turkish Rose #A3656F

Tints of Turkish Rose #A3656F

Color information

#A3656F (or 0xA3656F) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 6F. RGB value is (163,101,111). Sum of RGB (Red+Green+Blue) = 163+101+111=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3656F is #5C9A90. Grayscale: #787878. Windows color (decimal): -6068881 or 7300515. OLE color: 7300515.

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

Color convert

RGB163101111-
CMYK00.380.320.36
HSL350.32º25.2%51.76%-
HSV(B)350.32º38.04%63.92%-
XYZ22.6318.2417.37-
YUV120.68122.54158.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=43.47%
G=26.93%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310111100.380.320.36350.3225.251.76
HexA3656F026202415e1934
Octal24314515704640445363164
Binary1010001111001011101111010011010000010010010101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3656F; }

 p { color: rgb(163,101,111); }

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

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

 a { background-color: rgb(163,101,111); }

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

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

 span { border-color: rgb(163,101,111); }

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