#A3656A

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

Shades of Turkish Rose #A3656A

Tints of Turkish Rose #A3656A

Color information

#A3656A (or 0xA3656A) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 6A. RGB value is (163,101,106). Sum of RGB (Red+Green+Blue) = 163+101+106=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3656A is #5C9A95. Grayscale: #787878. Windows color (decimal): -6068886 or 6972835. OLE color: 6972835.

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

Color convert

RGB163101106-
CMYK00.380.350.36
HSL355.16º25.2%51.76%-
HSV(B)355.16º38.04%63.92%-
XYZ22.3618.1315.96-
YUV120.11120.04158.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=44.05%
G=27.30%
B=28.65%

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
Decimal16310110600.380.350.36355.1625.251.76
HexA3656A02623241631934
Octal24314515204643445433164
Binary1010001111001011101010010011010001110010010110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3656A; }

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

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

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

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

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

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

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

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